Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8819361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:20:21+00:00 2026-06-14T05:20:21+00:00

Have a bunch of ObservableCollection<MeClass> Result and require to combine them all into another

  • 0

Have a bunch of ObservableCollection<MeClass> Result and require to combine them all into another ObservableCollection<MeClass> AllResults so I can display it in a listview.

Just not sure how to combine them all in one.

I Created a new class to combine them all but not sure how they will get updated after I got the list once… So not really sure which direction to take.

I know about INotifyPropertyChanged I’m just not sure how to combine them all and keep updating as everything changes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T05:20:23+00:00Added an answer on June 14, 2026 at 5:20 am

    .NET has a CompositeCollection that allows you to treat multiple collections as a single collection. It implements INotifyCollectionChanged, so as long as your inner collections implement INotifyCollectionChanged as well (which in your case they certainly do), your bindings should work without any problems.

    Usage example:

    CompositeCollection cc = new CompositeCollection();
    CollectionContainer container1 = new CollectionContainer() { Collection = Result1 }
    CollectionContainer container2 = new CollectionContainer() { Collection = Result2 }
    cc.Add(container1);
    cc.Add(container2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a listView displaying a bunch of graphs. I can sort this listview
I have bunch of html and I need to get all the anchors and
I've been trying to write an extend function so I can have bunch of
Let's say we have bunch of artefacts, all of which have a child/transitive dependency
I have bunch of custom fonts and I put them in /root/css/fonts/ I even
I want to display a bunch of Objects i have created in a ListBox.
I have bunch of dates in format YYYY-MM-DD But I have all year in
I have bunch of topics inserted in database, now I want to print them
I have a bunch of combos that all share the same available choices. These
I have bunch of PHP Scripts that require execution on press of a button

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.