I am trying to sort the listview control, but it doesn't seem to be working.
The listview.View is smallicons. It already contains a few items.
but when i tried to sort it descendingly, it keeps on giving me the ascending order.
I just used: listview.Sorting = SortingOrder.Descending;
Is there anything else that I have to do?
Thank you.