see also Datatable not support 'native-xy' in 'CustomScroll' mode · Issue #300 · webix-hub/webix · GitHub
Hi,
The ui.scrollview is the only component that can handle the native scrollbars while webix.CustomScroll is enabled.
webix.CustomScroll.init();
webix.ui({
view:"scrollview",
body:{ }, // inner components will use the custom scroll
scroll:"native-x"
});
Please check the sample:
http://docs.webix.com/samples/60_pro/03_api/03_customscrol_mixed.html
> the x scroll takes too much space
Custom scrolls can be customized with CSS:
Thanks!