Documentation

autoheight

adjusts Organogram to the parent container size vertically

boolean autoheight;

Example

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

See also

Back to top