yCount
defines the height of the view in items
number yCount;
Example
// the height will be enough to show 10 items
webix.ui({
view:"list",
yCount:10
});
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).
See also
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.