diff --git a/Perspex.Base/Collections/PerspexReadOnlyListView.cs b/Perspex.Base/Collections/PerspexReadOnlyListView.cs index 7c6b3ee4dd..b12e52efbb 100644 --- a/Perspex.Base/Collections/PerspexReadOnlyListView.cs +++ b/Perspex.Base/Collections/PerspexReadOnlyListView.cs @@ -115,7 +115,7 @@ namespace Perspex.Collections case NotifyCollectionChangedAction.Add: ev = new NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction.Add, - e.NewItems.Cast().ToList(), + e.NewItems, e.NewStartingIndex); break; case NotifyCollectionChangedAction.Remove: