I have a ListView bound to an ObservableCollection . Next, I list all the elements in the ObservableCollection . Now, is there a good way to check if an ObservableCollection empty and displays an alternate xaml?
data-binding wpf xaml observablecollection
code-zoop
source share