SimpleTreeList.getFullTreeHeight

Syntax

getFullTreeHeight();

Description

The getFullTreeHeight method returns a full tree height considering border and indents.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get full tree height
Tree.getFullTreeHeight();
// -> 80

After executing the example full tree height is obtained.

See also:

SimpleTreeList