IListView.ShowColumnHeaders

Syntax

ShowColumnHeaders: Boolean;

Description

The ShowColumnHeaders property determines whether headers of the columns should be displayed.

Comments

If the ShowColumnHeaders property is set to True, the headers of the columns are displayed, otherwise, the columns do not have headers.

NOTE. The ShowColumnHeaders property is available only if the ListView.Style property is set to Report.

See also:

IListView