Reputation: 23187
In Windows' file explorer, you can sort ListViews by clicking on the column header to sort by. Is it possible to add this type of functionality to a ListView in a WinForm? If so, how can this be done?
Thanks! :D
Upvotes: 1
Views: 2885
Reputation: 12499
Yes, it is. Have a look at this article:
Sorting ListView Items by Column Using Windows Forms
Upvotes: 2