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

TcxCustomTreeList.OnGetNodeHeight Event

In This Article

Enables you to specify the custom height for individual nodes.

#Declaration

Delphi
property OnGetNodeHeight: TcxTreeListGetNodeHeightEvent read; write;

#Remarks

This event is raised for every node to determine its height.

Sender specifies the tree list.

ANode specifies the node whose height is being obtained.

AHeight specifies the node’s height. If AHeight is set to 0, the node is not displayed. A tree list doesn’t provide any constraints on the height specified via the event.

See Also