Documentation

autoheight

enables autosizing to content

boolean autoheight;

Example

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

Back to top