Closed LaiHT1211 closed 3 months ago
Hi, I used BindingOperations.EnableCollectionSynchronization
in the playground app (see PlaygroundViewModel
), but I believe you can also use Application.Current.Dispatcher.BeginInvoke
to initialize the collections.
I try to use it is ok.Thank you .
Feel free to reopen this issue if you need more information.
Hello Miroiu. Thank you for sharing with the open source community. I tried to create or load a Connection using Task and it threw an exception:System.NotSupportedException: 'This type of CollectionView does not support changes to its SourceCollection from threads other than the dispatcher thread.' But I see that it can be loaded asynchronously in the example.Could you please give me some help or tips?