문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top