Customize layout in .NET MAUI XAML pages
Create consistent user interfaces across different devices by using StackLayout and Grid.
Learning objectives
In this module, you will:
- Arrange user interface elements in an app and size them
- Display views in a vertical or horizontal list using StackLayout
- Display views in rows and columns using Grid
Prerequisites
- Visual Studio 2022 with the .NET MAUI workload
- Optional: Local installations Visual Studio Code, the .NET SDK with .NET MAUI workload, and the .NET MAUI Extension for Visual Studio Code
- Familiarity with C# and .NET