defines the width of the view in items
// width of view will be enough to show 2 items
webix.ui({
view:"list",
xCount:6,
scroll:"x",
layout:"x",
});
The property makes sense only for a horizontal list (the one featuring "x" layout).
Possible values for the property are: