scrollHeight

the scrolling height of the object (vertical scrolling)

number scrollHeight;

Example

webix.ui.vscroll({
        container:"scroll_here",
        scrollHeight:500,
        scroll:"y"
});

See also
Back to top