I want x scroll on multiselect filtter.

I think I suppose to add scroll on list.
I tryed in following snippet but no luck. I can see scroll but it is not functioning.
http://webix.com/snippet/d6d03093
I have use multisuggest view row list view to set the y scroll after number of record.
rows: [
{
view: “list”,
autoheight: true,
yCount: 5,
scroll: “xy”,
scrollX : true,
multiselect: “touch”,
select: true
}

You can place the list in the scrollview

http://webix.com/snippet/0ebfd996

Ok But How I can display x-scroll on multiselect filer where y scroll can be enabled through the yCount is there any method for x scroll??

Unfortunately there is no simple way to do so.

Solution with scrollview can be used, but will require a lot of coding ( multiselect editor, multiselect popup, in-grid multiselect editor hook - all of them need to be subclassed )

We are considering adding autowidth property to lists in the next update, which will allow to solve the above issue.

If you have a support subscription - please contact us at support@webix.com

Thanks!