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 in .NET Multi-platform App UI (MAUI) Extensible Application Markup Language (XAML) pages.

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