-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
I believe Avalonia supports CollectionChanged events when there is more than one item in the NotifyCollectionChangedEventArgs NewItems/OldItems. I tested by running the sample app, and setting isSupportRangeFeature to true during debugging.
| if (isSupportRangeFeature) |
I put a breakpoint there so I can modify the value of isSupportRangeFeature before pressing continue.
Since the extension methods ToNotifyCollectionChanged and the writeable version don't have a way to set this value, and NonFilteredSynchronizedViewList is internal there appears to be no way to enable this feature programmatically.
I guess this makes it a little awkward that NotifyCollectionChangedSynchronizedViewList doesn't have the *Range methods because WPF doesn't support it, but Avalonia does.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels