[RESOLVED] Is it possible to sort ListViewItems from a particular ListViewGroup?
I have a ListView containing several groups. I don't sort the Listview because I prefer to add the ListViewItems per group in a particular order.
However, there's one particular ListViewGroup that I WOULD like sorted alphabetically. Is this (easily) possible?
Edit: I suppose the easiest way is to sort the data before putting it in the Listview but that data comes from WMI and WQL doesn't support sorting. There are two fields (NAME and PATH) so what's the best method for sorting these? A Generic Collection?
Edit2: Why is it I always find the answer to my question 5 minutes after posting them? Just discovered the rather wonderful SortedList object