[Epic] CollectionView2 Handler for Windows based on ItemsRepeater
Open
area-controls-collectionview
collectionview-cv2
platform/windows
proposal/accepted
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
We've added a new CollectionView2 handler for MacCatalyst/iOS.
We can do the same with Windows now that there is a newer API available to use for virtualized lists of things.
@Foda has done some spikes on this, and the newer API is used already in [Maui.VirtualListView](https://github.com/redth/maui.virtuallistview)
### Public API Changes
CollectionView2Handler
### Intended Use-Case
A newer implementation of the handler which performs better.
### Current work
https://github.com/dotnet/maui/tree/foda/CV2
```C#
#if WINDOWS
builder.ConfigureMauiHandlers(handlers =>
{
handlers.AddHandler();
});
#endif
```
Contributor guide
Assessment
This issue has not been assessed yet.