Windows PhoneToolkit ListPicker: implementing a countries list as in the settings? -
i have list of countries want display in list similar in phone settings app
i tried using toolkit's listpicker had poor performance in loading list size large, seems known issue listpicker.
is there alternatives implementing such list ?
i know old question, here's solution worked me:
- implement new page listbox.
- in new page, when item selected, save selected item/index in
phoneapplicationservice.current.state
- then navigate backwards , retrieve saved item/index page state.
Comments
Post a Comment