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

enter image description here

enter image description here

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

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -