TcxTreeListColumnPosition.LineCount Property
Specifies the column header‘s height, in text lines.
Declaration
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