GroupedObservableCollection
GroupedObservableCollection copied to clipboard
An implementation of ObservableCollection that allows for grouped data to be presented in a XAML type of UI, providing support for updates to the underlying data.
Hi Mike, i tried to implement and use your GroupedObservableCollection, but on compiling i got the following error `Cannot determine the item type of collection type 'MangaReader_MVVM.Utils.GroupedObservableCollection'2[System.char,MangaReader_MVVM.Models.Manga]' because it has...
Hi, I ran across your repo and it's been helpful with a project I'm working on. I noticed in your readme that one of the limitations is that it only...