WrappedTreeList.getFullTreeHeight

Syntax

getFullTreeHeight();

Description

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

Example

Executing the example requires the WrappedTreeList component with the treelist identifier (see Example of Creating the WrappedTreeList Component).

// Get full tree height
treelist.getFullTreeHeight();
// -> 552

After executing the example full tree height is obtained.

See also:

WrappedTreeList