sooprise
sooprise

Reputation: 23187

Making ListView in a WinForm Sortable?

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

Answers (1)

Andy West
Andy West

Reputation: 12499

Yes, it is. Have a look at this article:

Sorting ListView Items by Column Using Windows Forms

Upvotes: 2

Related Questions