tags:

views:

14

answers:

0

i am working on multiscreen project, i have successfully able to display the Window on the 2nd monitor,Now i want to display the same window on the both monitors and these windows should be synced with one another with respect to data, events and bindings. but they can work independently,e.g i have window and it is loading manay user controls in it,at a time one is visible,Now i am at monitor1 Displaying UserControl1 and on Monitor2 i have UserControl2 on it,Now some events occur on UserControl2 like animation stared and making some controls color blue,Now when i open the UserControl in Monitor1 it should be Blue, I dont want to do it manually ,is there some machanism of auto updating in the windows?

Give me some direction ,Clue or suggetion,

Regards, Aamir