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

TCustomdxNativeTreeViewReportLink.NodeAutoHeight Property

Specifies whether tree view nodes automatically resize their height to accommodate the entire text.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Use the NodeAutoHeight property to automatically adjust the height of a tree view node to fully display its contents. The NodeAutoHeight property is in effect only when the tree view report link’s AutoWidth property is set to False. In this instance, the horizontal size of the control within a report is determined by the Width property of the tree view control (not by the Width property of the tree view report link).

The default value of this property is False.

See Also