Skip to main content

TCustomdxNativeTreeViewReportLink.NodeAutoHeight Property

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

Declaration

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