XAML MAUI Composite and Container View Types
Learn about multipart or special view types supported by the .NET MAUI version of XAML.
As well as supporting basic single-functionality controls, .NET MAUI supports more complex views. Some are used for rendering a collection of items. Some are used for drawing arbitrary shapes. Some are used as containers for other items. Some allow us to create our own custom controls.
In this lesson, we'll cover two view categories: collection views and container views. To demonstrate more advanced view types supported by the .NET MAUI version of XAML, we'll look at the following project setup.
Get hands-on with 1400+ tech skills courses.