scrollY
enables/disables vertical scrolling
let scrollY: boolean
default value: true
Example
Section titled “Example”webix.grid({ scrollY:false, ...});
also check the next samples:
Details
Section titled “Details”By default, vertical scrolling is enabled. It will be disabled automatically if you set the autoheight parameter to true.
See also
Section titled “See also”Articles
API