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
A better alternative is to use ObservableCollection and then bind to its Count property: WPF Converters and ObservableCollections