5,380 questions
Use the AddRange method: https://learn.microsoft.com/en-us/dotnet/api/xamarin.communitytoolkit.objectmodel.observablerangecollection-1.addrange?view=xamarin-community-toolkit-sdk
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I develope an App in Xamarin Forms.
May Problem is follow:
I have two ObservableCollections based on different sources.
I will combine booth collections because in the View I have onlay one collectionView.
Is it possible to combine this two collections?
Best
Juergen