Documentation

autowidth

width of view will be adjusted to show all items

boolean autowidth;

Example

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

See also

Back to top