dotnet / dotnet/maui

[Epic] CollectionView2 Handler for Windows based on ItemsRepeater

Open
#28,895 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.