This question is locked. New answers and comments are not allowed.
I am using a tree map control and have some filters that work on the ItemsSource of the TreeMap. After the filtering is done I call PropertyChanged and the tree map does seem to hit the get of my property but for some reason the UI of the tree map does not refresh.
The item I am filtering is the 2nd level of my hierarchy and I checked that and the proper values are in there. So for example, the roots Children List had 10 items in it, I filtered it down to 1 item and then called OnPropertyChanged. I have also made my root object implement IPropertyChanged and called onPropertyChanged directly from there too but no luck.
The item I am filtering is the 2nd level of my hierarchy and I checked that and the proper values are in there. So for example, the roots Children List had 10 items in it, I filtered it down to 1 item and then called OnPropertyChanged. I have also made my root object implement IPropertyChanged and called onPropertyChanged directly from there too but no luck.