Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Resize SL App
2 replies. Latest Post by TechProsLLC on October 12, 2008.
(0)
TechProsLLC
Member
0 points
11 Posts
10-12-2008 3:21 PM |
Hi, I am using SL2 RC0 and I was wondering if there is a way to enlarge the SL App when a user clicks on a button in a way that all of the content on the aspx page stays where it is and the SL App just covers up any content when it enlarges. I hope this makes sense, I have seen this done on Flash ads on the MSN homepage when you hover over the ad. I don't want this to be full screen though, I am curious on how to use full screen since I just can't seem to get it to work in VB.
I do use VB so I would prefer any help to be in VB, but C# is ok too.
Thanks
philip.b...
500 points
104 Posts
10-12-2008 8:53 PM |
Check out Jordan's cool solution to this http://blog.webjak.net/2008/07/05/resize-silverlight-control-div/ I have used this a lot and it works really well.
10-12-2008 9:32 PM |
Thanks for the reply,
It's not what I expected, but I am new still pretty new to SL and I was able to get it to work which is all that matters to me.I especially liked the HtmlPage Class, I will be using this a lot in the future
Thanks a bunch!