TreeView Xojo plugin

TreeView.NodeHeight Property

Sets or gets the height of the nodes in the TreeView control.

NodeHeight as Integer {Read and Write}

Remarks

This property only takes even number. Is assigning a odd number to it then the control will change it to a even number.

Optimal heights to have the Tree Lines look as good as possible are every 4th value. 18 is minimum, next optimal value is 22, then 26, 30, 34, etc.

See Also

TreeView Control