Skip to main content

TcxTreeListColumnPosition.LineCount Property

Specifies the column header‘s height, in text lines.

Declaration

property LineCount: Integer read; write; default 1;

Property Value

Type Default
Integer 1

Remarks

Set this property to a value greater than 1 to display multi-line cells for the column.

End-users can vertically resize column headers if both the TreeList control’s OptionsCustomizing.ColumnVertSizing property and a column’s Options.VertSizing property are set to True.

To wrap the column caption’s text within a column header, set the column’s Caption.Multiline property to True.

The default value of the LineCount property is 1.

See Also