Controls/CollectionView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=CollectionView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/collectionview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Recommended replacement for ListView. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>DataTemplate</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Linear/Grid layouts</td></tr> <..." |
(No difference)
|
Latest revision as of 15:54, 17 October 2025
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 |