xCount

adjusts the view width to display a certain number of items in a row

number xCount;

Example

webix.ui({
    view:"dataview",
    data:big_film_set,
    xCount:4,
    yCount:2
});

Related samples

Details

Possible values for the property are:

  • a number > 0;
  • 0 to disable xCount ( calculate the number of items on the base of the component size).
See also
  • API
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of dataview product.