Question

I am developing a windows phone App. I need to achieve the following functions.

  1. Display a popup, which has list of values generated dynamically.
  2. Should select one item and the selection should be highlighted.
  3. Return the selected value to the calling page.

I am able to generate a list using data bound but not very sure about how to restrict to single selection. Also need help to highlight the selected item.

If not pop up what is the alternative method to achieve this without affecting the state of the calling page.

Thank you.

Was it helpful?

Solution

Listpicker control in windows phone toolkit is an ideal control for the functionality i wanted.

To learn more about listpicker

http://www.geekchamp.com/articles/listpicker-for-wp7-in-depth

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top