scrollStep

the number of items that will be scrolled on each mouse move

number scrollStep;

Example

webix.ui.vscroll({
        container:"scroll_here",
        scrollStep:10
});

Details

The default value - 40

Back to top