Class ViewContainerLayout

Hierarchy

  • SplitLayout
    • ViewContainerLayout

Constructors

Properties

options: core.Options
splitPositionHandler: SplitPositionHandler

Accessors

Methods

  • Set the sizes of the view container parts according to the given weights by moving the split handles. This is similar to setRelativeSizes defined in SplitLayout, but here we properly consider the collapsed / expanded state.

    Parameters

    • weights: (undefined | number)[]

    Returns void