Controls/CollectionView
Jump to navigation
Jump to search
CollectionView
- Kind
- Control
- Microsoft Docs
- CollectionView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Recommended replacement for ListView.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| ItemsSource | ? | Data source | |
| ItemTemplate | ? | DataTemplate | |
| ItemsLayout | ? | Linear/Grid layouts | |
| SelectionMode | ? | None/Single/Multiple | |
| SelectedItem | ? | Current selection | |
| SelectedItems | ? | For multi-select | |
| Header | ? | Header view | |
| Footer | ? | Footer view |