scrollStep

defines a scroll step for custom scrollbars

number scrollStep;

Example

webix.CustomScroll.scrollStep = 100;

Details

By default, scrollStep is 40px.

Back to top