Skip to content

scrollX

enables/disables horizontal scrolling

let scrollX: boolean

default value: true

webix.grid({
scrollX:false,
...
})

also check the next samples:

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

Articles

API