You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
CollectionView doesn't reflect changes for the ObservableCollection itself, whereas changes in the content are reflected.
Steps to Reproduce
Run the attached sample project from either iOS simulator or device.
Tap on a row, CollectionView does update.
Tap on clear, CollectionView doesn't update.
Both the items and the collection are implementing the INotifyPropertyChanged interface.
b-straub
changed the title
[Bug] CollectionView doesn't reflect changes in a ObservableCollection itself
[Bug] CollectionView doesn't reflect changes in an ObservableCollection itself
May 8, 2019
Description
CollectionView doesn't reflect changes for the ObservableCollection itself, whereas changes in the content are reflected.
Steps to Reproduce
Run the attached sample project from either iOS simulator or device.
Tap on a row, CollectionView does update.
Tap on clear, CollectionView doesn't update.
Both the items and the collection are implementing the INotifyPropertyChanged interface.
4.0.0 Pre Release 10
VS Mac
4.0.0 Pre Release 10
All
Screenshots
Reproduction Link
CollectionViewChallenge
The text was updated successfully, but these errors were encountered: