property XMLGrid.NodeHeight as Long
Sets or gets a value that indicates the node's height.

TypeDescription
Long A long expression that indicates the height of nodes in the control, in pixels.
Use the NodeHeight property to indicate the height of the nodes in the control. By default, the NodeHeight property is 21 pixels. Use the Visible property to hide a node. Use the Remove method to remove a node.