Closed unofficialdev closed 2 years ago
Hi, Avalonia UI already has some very similar control. Have look at the ItemsRepeater control. You can use it either with the WrapLayout or the UniformGridLayout.
Came here to ask the same thing. ItemsRepeater and UniformGridLayout on Avalonia works just fine. But I can't get it to enable item selection as I do with VirtualizingWrapPanel. Any tip on this?
Yes that's something that is not supported by the ItemsRepeater. The way I see it, the selection could be build on top of the existing ItemsRepeater. You could also handle this in your application code and style the selected item containers. Unfortunately I do not have much free time. So I don't think I can provide such a solution in the near future. Maybe sometime next year.
Thank you. BTW the wpf one works like a charm :)
@sonik-br here
AvaloniaUi doesn't have this control yet. If you have some free time, maybe make an avaloniaUI powered version? thanks