.NET MAUI CollectionView Overview
The Telerik .NET MAUI CollectionView is a virtualizing view component that provides features associated with scenarios where a list of items is used. The control gives you the option to filter, sort and group the items. Also you can take advantage of the flexible styling API and the exposed templates for customization.

Key Features of the .NET MAUI CollectionView
-
Selection—The .NET MAUI CollectionView supports both single and multiple selections. It also allows you to select items by using the tap gesture.
-
Data Binding— The CollectionView for .NET MAUI component supports data binding in the form of a path property.
-
Item Appearance—CollectionView allows you to adjust the appearance of its items. You can also apply different appearances to each item based on a specific condition.
-
Various layouts and orientations—You can choose between the linear and grid layouts. In addition, the CollectionView supports vertical and horizontal orientation for the exposed layouts. The orientation of the control allows you to scroll the items vertically or horizontally.
-
Grouping—You can group the items by using the exposed properties. In addition, you can apply multi-level (nested) grouping.
-
Group headers—While grouping the items in the CollectionView, group header is visualized. In addition, you can customize its appearance by using a template.