Show contents 

Working with Trees > Classes > TreeList > TreeList.getHorizontalScroll

TreeList.getHorizontalScroll

Syntax

getHorizontalScroll();

Description

The getHorizontalScroll method gets horizontal scrollbar.

Comments

Scrollbars become available when the content size is greater than the container size.

Example

The example of method use is given in the TreeList.NodeHovered event description.

See also:

TreeList