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