Skip to main content

TcxTreeListBandRow.LineCount Property

Returns the height of the current band row within the column header panel, in text lines.

Declaration

property LineCount: Integer read;

Property Value

Type
Integer

Remarks

A band row’s height is determined as the maximum height of visible columns arranged within this band row.

To specify a column’s height, use the column’s Position.LineCount property.

Use the VisibleIndex property to get a band row’s vertical position within the column header panel. To determine the text line at which the row is positioned, use the LineOffset property.

See Also