I'm not able to find a Drop Down list on windows phone 7. Am I missing something ?
相关问题
- How to use Control.FromHandle?
- JFX scale image up and down to parent
- An error is occur when we use navigation to move o
- Replacing in inner Text in open xml element?
- binding font-awesome character in XAML to Text
相关文章
- Working with hmacsha256 in windows store app
- Algorithm for maximizing coverage of rectangular a
- WP7 Alert dialog
- Is there a way to hide the new HTML5 spinbox contr
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- PropertyGrid - Possible to have a file/directory s
- Programming a touch screen application with SWING
- Can WM_NEXTDLGCTL be used with non-dialog windows?
The control?
They don't have one they said it didn't fit with the theme and people should develop without it.
More info: http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series/thread/4ca3f288-aaa2-45a0-b309-f628ba1215a7
Two options you can look at that implement this kind of requirement in a mobile device friendly way.
List Picker
ListPicker? I hardly even know 'er! [A detailed overview of the Windows Phone Toolkit's ListPicker control] - Delay's Blog
Picker Box
Implementing Picker Box functionality on WP7. - Alex Yakhnin's Blog
Alex also outlines the evolution of the Picker Box functionality into List Picker in the Windows Phone Toolkit here.
Migrate PickerBox and ListPicker to SL Toolkit. - Alex Yakhnin's Blog
Some people also use ComboBox from the open source Silverlight Toolkit, but be aware it's not styled for metro and some question it's applicability on small screen mobile devices.