UI-related x-list inherits from list and differs from it in the way of data presenting: while all lists arrange items vertically, x-list offers the horizontal pattern.
Related sample: Horizontal List
webix.ui({
view:"list",
scroll:"x",
layout:"x", // responsible for horizontal arrangement
select:true,
data: ...
});
Note that there's no built-in possibility to edit data with list. You should create a prototype editlist object beforehand.
Methods, properties and events