Language Reference Guide : 4. System Classes : TreeviewField Class : ExactNodeHeight Attribute
 
Share this page                  
ExactNodeHeight Attribute
Data Type: integer
4GL Access: RW
The ExactNodeHeight attribute, if greater than 0, defines the exact height of each node. You can use it to provide spacing between nodes if each node uses an identical font. If some nodes have a font height that is larger than the ExactNodeHeight, the text will be truncated for those nodes.
If the ExactNodeHeight attribute is 0, then node height is flexible and will vary with the size of the largest font height. The default value is 0. In this case the NodeHeight Attribute will give the actual node height.