.NET Windows Forms in a Nutshell
This enumeration determines how items are sorted with the ListView.Sorting property. public enum SortOrder { None = 0 , Ascending = 1 , Descending = 2 } Hierarchy
System.Object Returned By
ListView.Sorting Passed To
ListView.Sorting |