In Windows RT, the ListBox seems to be missing the Sort method. How would I sort the items alphabetically?
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 sort the list it’s bound on, usually by sorting the list directly, since sorting and filtering the ICollectionView have been omitted in WinRT. See Creating a Sorted Collection View in WinRT for more information.