TBaseVirtualTree.NodeHeight Property

Virtual Tree View

Read or set a node's height.

Pascal
property NodeHeight [Node: PVirtualNode]: Cardinal;
Description

Each node can have its individual height, which is stored in the node's record. You could directly assign a value to this member but I strongly discourage this as it does not update certain other structures in the tree. Instead use the NodeHeight property here to modify a node's height.

Class
Links
What do you think about this topic? Send feedback!