Documentation

scrollY

enables/disables vertical scrolling

boolean scrollY;

Example

webix.ui({
    view:"datatable",
    scrollY:false,
    ...
})

See also

Details

By default, vertical scrolling is enabled. It will be disabled automatically, if you set the autoheight parameter to true.

Back to top