boxLayout property
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;
The layout algorithm used to position children of this box.
Defines how child boxes are arranged (e.g., flex layout, absolute positioning).
Layout boxLayout;