Reputation: 948
Can you help me sorting a subitems in listview?
I know only on how to sort the 1st column.
Here's the code
lstVItem.Sorting = SortOrder.Ascending;
Upvotes: 0
Views: 3703
Reputation: 57573
This Microsoft link gives you all the infos you need.
And this one can help you too.
Upvotes: 3