Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 83d80cc

Browse files
committed
Update README.md
1 parent 8c5d7ed commit 83d80cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ I've searched the web for some ObservableCollections that have *Range methods, b
2323
- System.InvalidOperationException: The "2" index in the collection change event is not valid for collections of size "1".
2424
- More? I'm not sure. I forgot.
2525

26+
If the `NotSupportedException` still occurred, try using `BindingOperations.EnableCollectionSynchronization(IEnumerable, Object)`.
27+
2628
In the end, I chose `XamarinCommunityToolkit/ObservableRangeCollection` and `weitzhandler/WpfObservableRangeCollection` and made slight changes to the code, and finally, I didn't encounter any problems, for now.
2729

2830
## Seealso

0 commit comments

Comments
 (0)