IListView.ColumnClick

Syntax

ColumnClick: Boolean;

Description

The ColumnClick property determines whether click is processed on column headers.

Comments

By default the property is set to True, on clicking the column header the OnColumnClick event is generated. If the property is set to False, the clicking on column headers is not processed.

See also:

IListView