Hi
I would try as much explicit as I can.
I have two UI objects, this is a TabControl and a ListView, both are binded again two different list of the same objects, both have the IsSelected property binded against the Item.IsSelected as the View Model Commands,
this works perfectly, (I can prove it, by selecting in one of the sources, and the other selection it´s updated)
my problem is when removing one item from any of the two lists. The Remove method seems to invoke the IsSelected to FALSE, and the Item is therefore UNSELECTED in the other list that it still appears.
What I´m doing wrong???
any help would be really appreciated.
Thnks in advance