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: // list 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