TcxTreeListOptionsView.BandLineHeight Property
Specifies the line height of the band header panel, in pixels.
#Declaration
property BandLineHeight: Integer read; write; default 0;
#Property Value
Type | Default | Description |
---|---|---|
Integer | 0 | The band line header height, in pixels. |
#Remarks
Use the BandLineHeight
property to explicitly specify the band header height.
#Property Value Examples
Value | Example |
---|---|
19 |
![]() |
57 |
![]() |
The BandLineHeight property automatically updates by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.
Set both the TreeList control’s OptionsCustomizing.BandVertSizing property and the band’s Options.VertSizing property to True to allow end-users to adjust the band header height by dragging the header’s bottom edge.
#Default Value
The BandLineHeight
property’s default value is 0
.
The default BandLineHeight
property value indicates that the band height is calculated automatically, based on the minimum height required to display one text line in a band header.