Enum ListViewSortMode
Specifies the sorting behavior of the control.
public enum ListViewSortMode
Fields
Ascending = 1The items are sorted in ascending order.
Custom = 3The items are sorted using the custom sort method.
Descending = 2The items are sorted in descending order.
None = 0No sorting