How to hide and show silvelight user control on main Silverlight Control?
Posted
by
Steve Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Steve Johnson
Published on 2010-12-26T19:34:31Z
Indexed on
2010/12/26
19:54 UTC
Read the original article
Hit count: 206
Hi all
I have a main silverlight control named MainPage.xaml in an asp.net web site.
I want to dynamically add and remove control at run time.
So, I have created another control Top10.xaml and added to selected canvas area on MainPage.xaml as described on this page(Click Me):
Now i need to modify Top10 visibility in MainPage.xaml dynamically when a button is clicked on MainPage.xaml using C# code in MainPage.xaml.cs.
Can anybody help me out?
Thanks
© Stack Overflow or respective owner