fitBiggest

the sizing mode of multiview

boolean fitBiggest;

Example

webix.ui({
  view: "multiview",
  cells: [
    // cells configuration
  ],
  fitBiggest:true
});


Default value:

false
Details

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).

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix js framework and page of multiview control product.