Skip to main content

TcxCustomListView.Columns Property

Contains columns settings for a list view.

Declaration

property Columns: TListColumns read; write;

Property Value

Type
TListColumns

Remarks

The Columns property defines the columns that can be used to arrange elements when the vsReport ViewStyle is selected.

You can access the Columns property both at design and at run-time. At design time, click the ellipsis button in the Object Inspector beside the Columns property:

This invokes the Columns editor, which allows you to add, remove and edit columns:

You can customize the column’s Caption, ImageIndex, Width and several other properties in the Object Inspector:

Please take into account, that columns headers are visible only when the ShowColumnHeaders property is True. Even if it is False, the items still will be arranged into the columns you define.

See Also