.NET MAUI ItemsControl Overview

The Telerik UI for .NET MAUI ItemsControl enables you to visualize a list of items and provides full control over the way each item is rendered through the supported item template. The template can contain any view that you can use to display your data according to your design requirements.

Telerik Maui Ninja image

The ItemsControl is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

.NET MAUI ItemsControl Overview

Key Features

  • Setting the ItemsSource—The ItemsControl provides the ItemsSource property, which enables you to define a collection of items and populate them with data.
  • Using Template—You can also customize the visualization of the ItemsControl items by using the ItemTemplate property.

Next Steps

See also

In this article