| Alignment | An enabled layout adjusts dynamically to changes; a disabled layout acts as if it did not exist. |
| Enabled | An enabled layout adjusts dynamically to changes; a disabled layout acts as if it did not exist. |
| InnerRect | The rect of this layout excluding margins |
| Margin | The amount of space to leave free around the outside of the layout |
| OuterRect | The rect of this layout including margins |
| SizeConstraint | How the layout should resize the owning widget |
| Spacing | The amount of space between items |
| Add | |
| AddColumn | |
| AddFlow | |
| AddLayout | |
| AddRow | |
| AddSeparator | Adds a 1 pixel line |
| AddSpacingCell | Add a spacing item |
| AddStretchCell | Add a stretch item |
| Clear | Remove all widgets from this layout, without deleting them outright. |
| Column | |
| Flow | |
| Grid | |
| Row |