adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
568 stars 47 forks source link

Sample CollectionView IsGrouped=true #96

Closed Code-DJ closed 1 year ago

Code-DJ commented 1 year ago

Hi, for a CollectionView with IsGrouped="true", how to provide GroupHeader and Item Render?

I tried ItemsSource but it only accepts two parameter unlike for ListView where it accepts three. 🙏