@Js
@Serializable {
simple=false
collection=true
}
SashPane lays out its children in a row or column with a sash control between each one to allow resizing.
Slots
- makeSource
-
new make(|This|? f := null)
Default constructor.
- orientationSource
-
const Orientation orientation := Orientation.horizontal
Horizontal or veritical configuration. Defaults to horizontal. Must be set at construction time.
- weightsSource
-
native Int[]? weights
Relative weights of each child as percentages. If null, then children are evenly divided. The default is null.