Hi,
I have two observeable collection both set to a class of properties. I am needing to combine both of those collections into one listbox. I have looked up at the Compositecollection class but it is not what I need. Ideally, I want the listbox to look like this...
Think of this as a listbox control and each listbox item contains objects from the source properties of two observeable collection.
Collection1 Collection1
--------------------------
Data Data
--------------------------
Data Data
--------------------------
Data Data
--------------------------
Data Data
--------------------------
Data Data
--------------------------
I am just wondering if it will actually be possible to do something like that?