Documentation

autoheight

height of view will be adjusted to show all items

boolean autoheight;

Example

webix.ui({
    view:"list",
    autoheight:true
});

See also

Back to top