the sizing mode of multiview
webix.ui({
view: "multiview",
cells: [
// cells configuration
],
fitBiggest:true
});
When the property is enabled, multiview takes the size of the biggest view (biggest tab).
By default, multiview is adjusted to the size of the active view (active tab).