| Interface | Description | |
|---|---|---|
| ILayout |
Interface for objects that want to layout IUIContainers. |
| Class | Description | |
|---|---|---|
| AbstractGridLayout | Abstract class of grid layouts. | |
| BoxLayout | Instances of this class arrange and measure components of a given container in vertical or horizontal orientation. | |
| CanvasLayout | Canvas layout arranges components to their desired size. | |
| DynamicGridLayout | ||
| FlowLayout |
A WrapLayout arranges IUIComponents in a row/column until no
more IUIComponents fit in that row/column. |
|
| StaticGridLayout | Arranges a containers components in a fixed amount of rows and columns (static). |