C# bindinglist made of bindinglists

Posted by Toto on Stack Overflow See other posts from Stack Overflow or by Toto
Published on 2010-05-06T11:55:51Z Indexed on 2010/05/06 11:58 UTC
Read the original article Hit count: 300

Filed under:
|
|

Hi,

Is there a simple way to have a bindinglist composed of serveral bindinglists ? ie that is the "view" of the lists.

That is to say : I have 3 lists (list1,list2,list3). I want a list that is alway the union of the 3 listx (we can suppose that no object is contained in 2 different lists).

Certainly, I can succeed in using the ListChange property but maybe there is a smarter way to do this ?

Thx

© Stack Overflow or respective owner

Related posts about c#

Related posts about 3.0