Column sort in a ListView
C#
4
Posts
2
Posters
0
Views
1
Watching
-
How do I enable column sort in a ListView?
_____________________________ ...and justice for all APe
-
How do I enable column sort in a ListView?
_____________________________ ...and justice for all APe
-
ListView.Sorting can be set to None, Ascending, or Descending, repective to how the items will be sorted. Hope this helps. :)
But I want to click on the columns and make a sort "ala Windows Expolorer"
_____________________________ ...and justice for all APe
-
ListView.Sorting can be set to None, Ascending, or Descending, repective to how the items will be sorted. Hope this helps. :)
Now found this one! http://www.codeproject.com/cs/miscctrl/lvsortmanager.asp[^]
_____________________________ ...and justice for all APe