This question is locked. New answers and comments are not allowed.
Hello to everybody,
I'm facing difficulties adapting the silverlight control to the height/width of the page, if I don't set the height of the div I've got a wrong behavior on FFOX, I need to set something as :
How can I set the silverlight content to adapt to the screen resolution ? (for example one client can have a 640x480 res, I know it's 2009 but you never know)
Thanks in advance
Paolo
I'm facing difficulties adapting the silverlight control to the height/width of the page, if I don't set the height of the div I've got a wrong behavior on FFOX, I need to set something as :
| <div style="height: 780px;"> |
| <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/application.xap" MinimumVersion="2.0.31005.0" |
| Width="100%" Height="100%"> |
| </asp:Silverlight> |
| </div> |
How can I set the silverlight content to adapt to the screen resolution ? (for example one client can have a 640x480 res, I know it's 2009 but you never know)
Thanks in advance
Paolo
