I\'m trying to do an \"empty list to visibility converter\" for WPF.
This is an IValueConverter that takes an object ( that should be a list ) and if the list is empty (or i
I guess the problem is, that the collection object stays the same, when you add or remove items from it. So the binding does not update the value and the converter is not called.