TcxTreeListOptionsView.HeaderAutoHeight Property
Specifies if the height of band rows automatically adjusts to display column header captions in full within the Tree List control.
Declaration
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.MultiLine and Caption.ShowEndEllipsis properties are set to True
and False
, respectively.
Default Value
The HeaderAutoHeight
property’s default value is False
.
See Also