autoheight

adjusts the height of the property view to its contents

boolean autoheight;

Example

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

Back to top