Merge ObservableCollections

Jürgen Keitzl 61 Reputation points
2022-03-28T11:42:13.377+00:00

Hello,

I develope an App in Xamarin Forms.

May Problem is follow:

I have two ObservableCollections based on different sources.

  1. source SQL databas
  2. source cloud MSContacts = new ObservableRangeCollection<Kontacts>();
    Contacts = new ObservableRangeCollection<Kontacts>();

I will combine booth collections because in the View I have onlay one collectionView.

Is it possible to combine this two collections?

Best
Juergen

Developer technologies .NET Xamarin
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2022-03-28T12:01:37.93+00:00

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.