CommunityToolkit / Windows

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
https://aka.ms/windowstoolkitdocs
Other
499 stars 65 forks source link

Add migration samples for `AdaptiveGridView` (i.e. samples showing similar layout with `ItemsRepeater`) #131

Open michael-hawker opened 1 year ago

tipa commented 10 months ago

Has there been any progress on this? I am using AdaptiveGridViewin my app and using ItemsRepeater isn't an option because I couldn't find built-in support for selection, clicks etc. Would be interested in how this can be replicated with an ItemsRepeater. Can't migrate to v8 until this is possible

JimmyRespawn commented 2 months ago

Has there been any progress on this? I am using AdaptiveGridViewin my app and using ItemsRepeater isn't an option because I couldn't find built-in support for selection, clicks etc. Would be interested in how this can be replicated with an ItemsRepeater. Can't migrate to v8 until this is possible

Yes, exactly. ItemsRepeater seems missing handful features from (adpative)gridview. The only way to migrate is to write your own adaptive gridview. Which won't be that hard.