As usual I have an ObservableCollection set as ItemsSource of a ListView. I want to display "--- No Data ---" in the middle of the display when the Items count is zero.
I tried setting IsVisible of Label and ListView using OC.Items.Count but in vain as the count value passed to the Converter is always zero.
How can I get it done?