.NET MAUI ItemsControl Overview
Updated over 6 months ago
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.

Key Features of the .NET MAUI ItemsControl
- Setting the ItemsSource—The ItemsControl provides the
ItemsSourceproperty, 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
ItemTemplateproperty.