Vcl.ComCtrls.TCustomListView.ShowColumnHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowColumnHeaders: Boolean read FShowColumnHeaders write

C++

__property bool ShowColumnHeaders = {read=FShowColumnHeaders, write=SetColumnHeaders, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Determines whether the column headers are displayed.

Set ShowColumnHeaders to specify whether the columns in the list view should display column headers. A column header is a panel with a caption that identifies the category of items in the column of the list view. Headers are useful for labeling columns of subitems that provide additional information in a list view. Use the Columns property to create or add headers.

Note: To use columns in a list view, the ViewStyle property must be set to vsReport.

See Also