I am trying to add a page to my application which will show a list of top users of my app. Can anyone please suggest how to create this list component? Is there any way of creating a list or table view in windows 7 phone?
Share
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.
You can bind data to ListBox easily.
Here’s a demonstration project you can run using some xml packaged in the XAP, and LINQ.
binding a Linq datasource to a listbox