TcxCustomTreeList.OnGetNodePreviewHeight Event
Enables you to specify the custom height for individual preview sections.
Declaration
property OnGetNodePreviewHeight: TcxTreeListGetNodePreviewHeightEvent read; write;
Remarks
Sender specifies the tree list.
ANode specifies the node whose preview’s height is being calculated.
ADisplayValue returns the value displayed in the preview.
AHeight specifies the preview’s height.
See Also