Is it SASS integration?

Hi,
Webix UI is available sass files instead of css?

The styles are LESS based
We are not including less files in package but I can provide them if necessary.

It great maksim. Can you please share that less files then i can convert into sass

Is it possible to provide horizontal scroll bar for tree view?

thank you for quick support.
instead of providing scroll bar to body, how to provide scroll bar to container. Please reffer the below code.

tree = new webix.ui({
container:“treeView”,
view:“tree”,
id:“treeMenu”,
data:data,
drag: true,
css:“nh-tree”,
scroll: “x”,
activeTitle:true,
select: true,
on: {
onKeyPress: handleTreeKeyPress,
onAfterContextMenu:function(id,e,node) {
webix.delay(function(){
this.select(id.row);
}, this);
},
}
});

I will post LESS files later today.

As for tree - you can wrap any element in scrollview
http://webix.com/snippet/dc0a1d16

It works exactly the same, just with “container” property defined

http://webix.com/snippet/8d86529c