layoutContainer
A layoutContainer is a user interface element that acts as a container for other UI elements, coordinating their size and position within a defined area. It is a structural component that provides a framework for arranging child elements according to a specified layout policy.
The primary role of a layoutContainer is to manage its children: measuring them to determine how much
Layout policies describe how a container arranges its children. Common modes include linear (stacking elements in
In practice, layout containers are implemented as building blocks in UI frameworks. They typically provide APIs
Examples of layout containers appear across platforms: Android’s ViewGroup and its subclasses, web UI divs controlled