Layouting::Flow Class

class Layouting::Flow

Arranges items in a left-to-right flow that wraps to a new line when the available width is exceeded. More...

Header: #include <Flow>
Inherits: Layouting::Layout

Detailed Description

Backed by a custom FlowLayout. Margins and spacing can be adjusted via the noMargin, normalMargin, and spacing LayoutModifiers.

See also Layouting::Row, Layouting::Column, and Layouting::Layout.