class

FlowBox

@Js
class FlowBox : Box

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

See also: docDomkit

constructors make

fields halign

How to align children inside container

gaps

Gaps to insert between child elements

methods onRemove

onAdd

gaps 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.

halign Align : halign

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

make new make()

onAdd virtual Void onAdd(Elem c)

onRemove virtual Void onRemove(Elem c)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST