← Back
Gerald Versluis July 12, 2022 10m

.NET MAUI CollectionView Grouping: Show Groups of Data

Summary

The transcript discusses implementing grouping in CollectionView for .NET MAUI, demonstrating how to organize items into categories like animals (bears and monkeys) or contacts. The tutorial walks through creating a data model with an AnimalGroup class that inherits from a list of Animals, and shows how to configure a CollectionView to display grouped items with custom header and item templates. The practical takeaway is understanding how to structure grouped data collections in .NET MAUI applications, which can be applied to various scenarios like contact lists, product catalogs, or any hierarchical data representation.

View original episode ↗