Windows
Windows copied to clipboard
Add migration samples for `AdaptiveGridView` (i.e. samples showing similar layout with `ItemsRepeater`)
Has there been any progress on this? I am using AdaptiveGridView
in 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
Has there been any progress on this? I am using
AdaptiveGridView
in my app and usingItemsRepeater
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.