我刚刚安装了Windows Phone Toolkit(http://phone.codeplex.com/),目的是使用ListPicker。
当我尝试将其添加到XAML时,它声明它对Silverlight项目无效。然而,当我开始这个项目时,我选择了Windows Phone,而不是Silverlight。
任何想法可能出错?
答案 0 :(得分:0)
在你的XAML中,
你可以这样做
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
<toolkit:ListPicker></toolkit:ListPicker>