boxLayout property

Layout boxLayout
getter/setter pair

The layout algorithm used to position children of this box.

Defines how child boxes are arranged (e.g., flex layout, absolute positioning).

Implementation

Layout boxLayout;