Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Treemap bug when displaying a filtered ObservableCollection?
posted

Hi all!

I use a XamTreeMap with an ObservableCollection as source. I apply a filter to the ObservableCollection. Here I have the following two problems:

  • I have to apply a filter twice, before it takes effect
  • If I have applied a filter that lead to an empty treemap, even removing the filter (setting it 2x to null) will not lead to the full set of data being displayed again.

Is this behavior by design or am I on the track of a bug?

Best regards,

Peter