Summary
In this chapter, we looked at the principal layouts used in designing .NET MAUI apps. The most powerful and flexible of these is Grid
, although HorizontalStackLayout
and VerticalStackLayout
are often used for somewhat simpler layouts.
In the next chapter, we will examine how to move from page to page and how to send data as we move. We will look at the Shell and at routing, the essential aspects of page navigation.