Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP7 combo box equivalent

i am trying to create a dropdown in wp7 such that it will have a text property and a value.

what control will i use and does anyone have an exmaple that shows how to bind it to Odata?

Thanks

like image 474
femi Avatar asked Jun 06 '26 07:06

femi


1 Answers

I would recommend using the ListPicker control from the Silverlight Toolkit. ListPicker inherits from ItemsControl so any tutorial about binding to a list will help you, but there's an good article ListPicker for WP7 in depth.

like image 189
Nigel Sampson Avatar answered Jun 09 '26 00:06

Nigel Sampson