Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumnPosition.LineCount Property

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

#Declaration

Delphi
property LineCount: Integer read; write; default 1;

#Property Value

Type Default Description
Integer 1

The number of text lines in the column header.

#Remarks

Increase the LineCount property value to display multi-line cells in the column header.

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.

#Default Value

The LineCount property’s default value is 1.

See Also