Specifies how ListView column headers behave.
[Visual Basic] Public Enum ColumnHeaderStyle [C#] public enum ColumnHeaderStyle [C++] public enum ColumnHeaderStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The HeaderStyle property uses this enumeration.
Member Name | Description |
---|---|
Clickable | Visible column header that responds to clicking. |
Nonclickable | Visible column header that does not respond to clicking. |
None | No visible column header. |
Namespace: System.WinForms
Assembly: System.WinForms.dll