gpt4 book ai didi

c# - 在 WP7 中设置所选 ListPicker 值的文本

转载 作者:太空宇宙 更新时间:2023-11-03 11:23:47 24 4
gpt4 key购买 nike

您好,我正在创建一个 WP7 应用程序,您可以在其中使用列表选择器选择类别。

 <toolkit:ListPicker Header="Choose Categories" 
SelectionMode="Multiple"
FullModeHeader="CATEFORIES"
x:Name="ListPickerCategories"
CacheMode="BitmapCache"
HorizontalAlignment="Left"
Margin="24,482,0,0"
VerticalAlignment="Top"
Width="401"
Grid.ColumnSpan="2"
ItemsSource="{Binding Categories}">
</toolkit:ListPicker>

enter image description here

选择类别时,我希望能够指定哪些值将显示在上方的框中。现在默认是始终显示第一个选择的值。

你如何指定这个?

最佳答案

ListPickerMode 属性更改为 Expanded,然后将 ItemCountThreshold 设置为您需要显示的项目数。

更多信息你可以找到here

关于c# - 在 WP7 中设置所选 ListPicker 值的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10137314/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com