We have a listpicker control in Windows Phone 7 – That comes in fro0m windows Phone 7 toolkit.
Do we have a similar control for Windows 8 Metro Style Application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would probably implement it using a listview. Just handle the ItemClick event and change a property in the “view-model” for each item. Bind the view of each item to the “selected” property of your view-model.