what's the difference between binding ItemsSource to an ObservableCollection and to a CollectionViewSource?

StackOverflow https://stackoverflow.com/questions/20137440

문제

I know CollectionViewSource support grouping and sorting, except this, is there any other difference between binding ItemsSource to an ObservableCollection and to a CollectionViewSource?

도움이 되었습니까?

해결책

CollectionView of the underlying CollectionViewSource in addition to grouping, sorting, filtering, maintains CurrentItem that comes handy while setting from ViewModel.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top