Trying to get a Windows Phone 8 ListPicker to work
问题 The ListPicker functions, in that I can click on it and a full screen popup appears, but there are options to choose from. My xaml: <toolkit:ListPicker ExpansionMode="FullScreenOnly" FullModeHeader="Select Module" Name="modulePicker"> <toolkit:ListPicker.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock Text="{Binding moduleNumber}"/> </StackPanel> </DataTemplate> </toolkit:ListPicker.ItemTemplate> <toolkit:ListPicker.FullModeItemTemplate> <DataTemplate> <StackPanel"> <TextBlock Text="