calcItemsContainerHeight() : Number;
The calcItemsContainerHeight method returns component container height.
Executing the example requires the LongListBox component with the longListBox name (see Example of Creating the LongListBox Component).
//Get component container height longListBox.calcItemsContainerHeight() // -> 150
As a result the console displays the component container height.
See also: