XAML MAUI Basic View Types

Learn about the basic view types supported by the .NET MAUI version of XAML.

Views, also known as controls, are individual XAML markup components that can be placed on content pages. These represent all types of interactive and noninteractive visual elements, such as text boxes, labels, buttons, progress bars, drawings, etc.

XAML views can be broadly separated into several categories. We'll look at them all, starting with the most basic ones.

Let's look at the basic view types supported by .NET MAUI version of XAML in the following project setup:

Get hands-on with 1400+ tech skills courses.