getFullTreeHeight();
The getFullTreeHeight method returns a full tree height considering border and indents.
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: