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