Sorry that was worded badly:

The post outlines how to re-size the containing <div> to the same size as the 
content (it stretches and contracts as you do stuff in the Silverlight 
control).. this is cool for something like a comments control where users can 
keep adding more comments and the control needs to stretch down the page).

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan Knight
Sent: Monday, 1 September 2008 6:17 PM
To: [email protected]
Subject: [OzSilverlight] RE: Setting SL contol top 100%

Hey Phil,

I wrote a little blog post here 
http://jakkaj.wordpress.com/2008/07/05/resize-silverlight-control-div/ on how 
to control the size of the control from code. This code makes it the size that 
is required automatically, but I'm sure you can adapt it :)


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Beadle
Sent: Monday, 1 September 2008 4:56 PM
To: [email protected]
Subject: [OzSilverlight] Setting SL contol top 100%


Any ideas how to set the control width and height in code to 100%?



            Dim silverlightControl As New 
System.Web.UI.SilverlightControls.Silverlight
            silverlightControl.ID = "TechEd2008"
            silverlightControl.MinimumVersion = "2.0.30523"
            silverlightControl.Source = "~/ClientBin/SL_TechEd.xap"
            silverlightControl.Width = 700
            silverlightControl.Height = 700
            Dim initParams As String = 
String.Format("ModuleId={0},IsEditable={1}", ModuleId.ToString, 
Me.ModuleContext.IsEditable)
            silverlightControl.InitParameters = initParams
            phSilverlight.Controls.Add(silverlightControl)

Regards,
Philip Beadle
Readify | Principal Consultant
Microsoft MVP - ASP/ASP.NET, MCAD, MCT
[cid:[email protected]]
Suite 206 Nolan Tower | 29 Rakaia Way | Docklands | VIC 3008 | Australia
M: +61 417 301 024 | E: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> | C: [EMAIL 
PROTECTED]<sip:[EMAIL PROTECTED]> | W: www.readify.net<http://www.readify.net/>
________________________________
The content of this e-mail, including any attachments is a confidential 
communication between Readify Pty Ltd and the intended addressee and is for the 
sole use of that intended addressee. If you are not the intended addressee, any 
use, interference with, disclosure or copying of this material is unauthorized 
and prohibited. If you have received this e-mail in error please contact the 
sender immediately and then delete the message and any attachment(s).
P Please consider your environmental responsibility before printing this e-mail

------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<<inline: image001.gif>>

Reply via email to