I'm not able to find a Drop Down list on windows phone 7. Am I missing something ?
2 Answers
13
votes
Two options you can look at that implement this kind of requirement in a mobile device friendly way.
List Picker
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.