【发布时间】:2014-06-17 19:29:46
【问题描述】:
我正在开发一个小型 WP8 应用程序 我有一个 xaml 页面,我需要在其中使用组合框/列表选择器。 我已经安装了 Windows Phone 工具包 nuget 包,现在我正在使用 ListPicker
<toolkit:ListPicker Grid.Column="0">
<toolkit:ListPickerItem Content="toto2" />
<toolkit:ListPickerItem Content="toto1" />
<toolkit:ListPickerItem Content="toto3" />
<toolkit:ListPickerItem Content="toto4" />
<toolkit:ListPickerItem Content="toto5" />
<toolkit:ListPickerItem Content="toto6" />
<toolkit:ListPickerItem Content="toto7" />
<toolkit:ListPickerItem Content="toto2" />
</toolkit:ListPicker>
问题是:
我可以看到我的列表选择器的列表,但它的行为不像 wpf ComboBox (here is exactlly what I am seing) 我只能第一个元素,当我点击它时,它不会显示列表的其余部分。 这可能很容易,但我可以在这里使用一些帮助。
有人知道我做错了什么吗?
【问题讨论】:
标签: windows-phone-8