class domkit::FlowBox

sys::Obj
  dom::Elem
    domkit::Box
      domkit::FlowBox

@Js

Source

FlowBox lays out its children in a one-directional flow.

See also: docDomkit

gaps

Str[] gaps := Str[,]

Source

Gaps to insert between child elements. If gaps.length is less than the number of children, then gaps will be cycled to apply to all children.

halign

Align halign := Align.left

Source

How to align children inside container. Valid values are left, center, right.

make

new make()

Source

onAdd

protected virtual override Void onAdd(Elem c)

Source

onRemove

protected virtual override Void onRemove(Elem c)

Source