scrollSize

the width(vertical scrolling) or height(horizontal scrolling) of the scroll

number scrollSize;

Example

webix.ui.vscroll({
        container:"scroll_here",
        scrollSize:25
});

Details

The default value - 18px.

Back to top