Customize layout in .NET MAUI XAML pages

Beginner
Developer
Visual Studio
.NET
.NET MAUI

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