Skip to content

scrollY

enables/disables vertical scrolling

let scrollY: boolean

default value: true

webix.grid({
scrollY:false,
...
});

also check the next samples:

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

Articles

API