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

TcxTreeListNode.Height Property

Specifies the node’s height, in pixels.

#Declaration

Delphi
property Height: Integer read; write;

#Property Value

Type
Integer

#Remarks

The property is used to specify the height of a particular node. If specified, it overrides the tree list’s DefaultRowHeight property. The Height property’s value is automatically changed by the control, if the node is resized by an end-user (node resizing is allowed if the tree list’s OptionsCustomizing.NodeSizing option is active).

To specify the height for all nodes, use the tree list’s DefaultRowHeight property instead.

See Also