- Index
- »
- fan.domkit
- »
- FlowBox
FlowBox
@Js
class FlowBox : Box
FlowBox lays out its children in a one-directional flow.
See also: docDomkit
How to align children inside container
Gaps to insert between child elements
Str[] : gaps
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.
Align : halign
How to align children inside container. Valid values are left, center, right.
new make()
virtual Void onAdd(Elem c)
virtual Void onRemove(Elem c)