TreeListBox.getFullTreeHeight

Syntax

getFullTreeHeight();

Description

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

Example

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

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

After executing the example full tree height is obtained.

See also:

TreeListBox