Use the members of this enumeration to set the value of the ListView.Sorting property of the System.Windows.Forms.ListView control.
Member Name | Description |
---|---|
Ascending |
The items are sorted in ascending order. |
Descending |
The items are sorted in descending order. |
None |
The items are not sorted. |