Layout
The layout system is built upon the scene graph, or UI tree, which means that the visual components are arranged in a tree formation.
Currently there are only two controls
that can have children:
- Stack Layout
- Grid Layout
The Stack Layout places its children in a stack formation (meaning one after the other).
The Grid Layout places them in a grid formation.