Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
property HeaderAutoHeight: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if automatic header height adjustment is enabled; otherwise, 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