Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit UserControls interacting
2 replies. Latest Post by sladapter on June 24, 2008.
(0)
paki_zg
Member
38 points
37 Posts
06-24-2008 1:13 PM |
Is it somehow possible for UserControls to interact one with another. I have a page.xaml file in which i include bunch of different userControls.. And what i need is to make some kind of interaction of those UserControls.. More directly.. i wanna fade out one userControle and fade In another UserControl.. Lets say that im using UserControls as a new pages.. so.. i just wanna display one and hide another..i tried it from code behind.. but i just cant access a UserControl2 from UserControl1
Tnx, Mario
lee_sl
Contributor
2992 points
585 Posts
06-24-2008 1:21 PM |
this post might help
http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx
sladapter
All-Star
17445 points
3,173 Posts
06-24-2008 1:27 PM |
This is another good one:
http://www.flawlesscode.com/post/2008/03/Silverlight-2-Navigating-Between-Xaml-Pages.aspx