VScrollMargin: Number;
The VScrollMargin property determines vertical scrollbar margin.
Use JSON or the setVScrollMargin method to set the property value and the getVScrollMargin method to get the property value.
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: