layout
defines x or y orientation of layout
string layout;
Values
"y"
the vertical orientation
"x"
the horizontal orientation
Example
webix.ui({
view:"list",
layout:"x"
});
Default value:
"y"
Related samples
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
widget library and page of
list ui product.