defines the direction of the layout of apps to a row or a column
webix.ui({ view: "desktop", tileLayout: "x", ... })
Possible options are "x" for rows and "y" for columns.