System.Windows.Forms.ColumnHeaderStyle Enumeration

Specifies the styles of the column headers in a System.Windows.Forms.ListView control.

Syntax

public enum ColumnHeaderStyle

Remarks

Use the members of this enumeration to set the value of the ListView.HeaderStyle property of the System.Windows.Forms.ListView control.

Members

Member NameDescription
Clickable

The column headers function like buttons and can carry out an action, such as sorting, when clicked.

Nonclickable

The column headers do not respond to the click of a mouse.

None

The column header is not displayed in report view.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0