Advanced Layouts
To create advanced layouts, you need to put layout controls inside other layout controls.
In the figure below, three Stack Layouts have been placed inside another Stack Layout. Each layout control is responsible for placing only its direct children. So, in this example the rootlayout will start by placing the four Stack Layouts from left to right, then each inner Stack Layout will place their children according to their layout direction.
