Mock data not showing when bound to ICollectionView
问题 If I bound my ListBox to ViewModels ObservableCollection or XAML resourced CollectionViewSource , the mock data shows while in design. Sometimes CollectionViewSource stops showing this data because of some XAML changes, but after rebuilding the code it fills controls back with fake data again. Grouping, sorting and filtering in my case are controlled in ViewModel (and retried from database) so I decided to move over to ICollectionView property based in ViewModel. Unfortunately Views are no