class fwt::SashPane

sys::Obj
  fwt::Widget
    fwt::SashPane

@Js
@Serializable { collection=true }

Source

SashPane lays out its children in a row or column with a sash control between each one to allow resizing.

make

new make(|This|? f := null)

Source

Default constructor.

orientation

const Orientation orientation := Orientation.horizontal

Source

Horizontal or veritical configuration. Defaults to horizontal. Must be set at construction time.

weights

Int[]? weights

Source

Relative weights of each child as percentages. If null, then children are evenly divided. The default is null.