views:

31

answers:

1

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

+1  A: 

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

Sorting ListView Items by Column Using Windows Forms

Andy West
I see, so it's not just a quick fix. I will see if I have time to implement this into my program (hopefully I will).
Soo