yCount

adjusts the view height to display the defined number of items in a column

number yCount;

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 yCount (to calculate the number of items on the base of the component size).

Related sample:  Popup Menu

See also
  • API
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix mvc library and page of dataview download product.