TcxTreeListOptionsView.HeaderAutoHeight Property
In This Article
Specifies if the height of band rows automatically adjusts to display column header captions in full within the Tree List control.
#Declaration
Delphi
property HeaderAutoHeight: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the HeaderAutoHeight
property to True
, to allow the height of band rows to be automatically adjusted to completely display column header captions.
Note
This property is in effect only for the columns whose Caption.True
and False
, respectively.
#Default Value
The HeaderAutoHeight
property’s default value is False
.
See Also