ListCaptions.VScrollMargin

Syntax

VScrollMargin: Number;

Description

The VScrollMargin property determines vertical scrollbar margin.

Comments

Use JSON or the setVScrollMargin method to set the property value and the getVScrollMargin method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get tree titles
caps = Tree.getCaptions();
// Determine vertical scrollbar margin
caps.setVScrollMargin();

After executing the example vertical scrollbar margin is set.

See also:

ListCaptions