If I have a ListView (in xaml) which has its ItemsSource property set to a collection and I update that collection in code, is there a way to get the list to redraw? Shouldn't observable collection do this?
Thanks
If I have a ListView (in xaml) which has its ItemsSource property set to a collection and I update that collection in code, is there a way to get the list to redraw? Shouldn't observable collection do this?
Thanks