OnPropertyChanged on an ObservableCollection doesn’t refresh a CollectionView content
Just for a bit of extra context, the data in my ObservableRangeCollection aren’t actually changing : the Collection contains User data, and it’s the role of the Converters to use the user ids and fetch some Scores which are subject to change ; that’s why I’m trying to call OnPropertyChanged manually to force the Converters to refresh.
Handling classes inheriting the same base class in a mvvm structure
I have setup an MVVM Structure in a .NET MAUI application.
MAUI MVVM ContentView used in multiple places in the project with multiple view models instead of just one
I am currently developing a .NET 8 MAUI targeted only on Windows platform, specifically, Target Windows Framework is 10.0.19041.0.