autoheight

подстраивает высоту компонента под суммарную высоту всех его элементов

boolean autoheight;

Example

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

Details

Не используйте вместе с height:"auto" для элементов!

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of list ui product.