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
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix js framework and page of multiview control product.