scrollPos

the top (vertical scrolling ) or left (horizontal scrolling) offset of the scroll.

number scrollPos;

Example

webix.ui.vscroll({
        container:"scroll_here",
        scrollPos:60
});

Details

The default value - 0

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.