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