Style of the BetterListView column header.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| Nonclickable | column header does not register clicking on it | 0 |
| Clickable | column header registers clicking on it with effect | 1 |
| Sortable | column header registers clicking on it and initiates sorting | 3 |
| Unsortable | column header allows removing sort state | 7 |
Namespace: ComponentOwl.BetterListView
Assembly: BetterListView (in BetterListView.dll)
ComponentOwl.BetterListView Namespace