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 more than one Add method or ICollection<T> implementation. To make this collection type usable in XAML, add a public Add(object) method, implement System.Collections.IList or a single System.Collections.Generic.ICollection<T>. and i don't know where this other Add method should be.
I didn't change anything of your code, just used it...so...do you maybe have an idea?
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 more than one Add method or ICollection<T> implementation. To make this collection type usable in XAML, add a public Add(object) method, implement System.Collections.IList or a single System.Collections.Generic.ICollection<T>.and i don't know where this other Add method should be.I didn't change anything of your code, just used it...so...do you maybe have an idea?