TcxTreeListNode.Height Property
Specifies the node’s height, in pixels.
Declaration
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