WP7 equivalent
I am trying to create a dropdown in wp7 so that it has a text property and a value.
which control am I going to use and does anyone have an example that shows how to bind it with Odata?
thank
+3
femi
source
to share
1 answer
I would recommend using the Silverlight Toolkit ListPicker control . ListPicker inherits from ItemsControl, so any tutorial on list binding will help you, but there is a good article on ListPicker for WP7 in depth there .
+5
Nigel sampson
source
to share