.NET MAUI CollectionView Visual Structure
The visual structure of the .NET MAUI CollectionView represents the anatomy of the UI control. Being familiar with the visual elements of the CollectionView allows you to quickly find the information required to configure them.
The following image shows the anatomy of the CollectionView.
Displayed Elements
- Item—Represents the item in the CollectionView.
- Selection—Represents the selection indication in the CollectionView.
- Group with Items—Represents the group (the header, the collapse/expand indicator, and the items) in the CollectionView.
- Group View—Represents the elements inside the group area—the group header and group expand or collapse indicator.
- Group Expand/Collapse Indicator—Represents the expand or collapse indicator which indicates whether the group is expanded or collapsed.
- Group Header—Represents the group header element.