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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.