The
RadListViewcontrol is obsolete and will be removed in Q2 2026. Use the RadCollectionView control instead. TheRadCollectionViewis a complete, ground-up rewrite of the ListView. TheRadCollectionViewoffers improved performance, enhanced features, and a modernized approach to managing lists of data. TheRadCollectionViewincorporates all of the ListView's key features. More about the differences between both components and how to migrate to the newRadCollectionViewis available in the Migrating the Telerik .NET MAUI RadListView to RadCollectionView article.
.NET MAUI ListView Template Cell
Cells in the ListView are the presentation of each data item from the control's ItemsSource. You can choose between the ListViewTextCell and ListViewTemplateCell cell types.
The ListViewTemplateCell derives from Microsoft.Maui.Controls.ViewCell and used to present complex data sets as RadListView.ItemTemplate.