Skip to main content

TcxCustomTreeList.OnGetNodeHeight Event

Enables you to specify the custom height for individual nodes.

Declaration

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