How do I deselect all the values of a listview in a C# Metro application? I searched through the object browser and online and haven’t been able to find anything. Thanks in advance!
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.
I found another way of doing what I want. I just have a list item that says “None” which is selected by default. When I select this item, the focus shifts off the other item previously selected. The solution given by Pako would work in a traditional Desktop/WPF environment, but apparently not a Metro one. Thanks for the help.