Explain how to set silverlight contents width as 100%.
Answer / Avanish Singh
To set the width of Silverlight content to 100%, you can use CSS. Add the following code to your HTML file inside the Silverlight element:n<style>n#silverlightControlHost {nwidth: 100%;n}n</style>
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of silverlight plug-ins?
What is the long-term goal or vision for silverlight?
what is .xap file in context of silverlight?
explain how you can pass parameters to silver light controls from asp.net pages?
When would one use silverlight instead of asp.net ajax?
what is name scope in silverlight?
What kind of brush does silverlight support?
What are the different layout controls available in silverlight?
How do you grant silverlight permission to talk to a server that is not on your local host.
What is the best place to start silverlight application?
How to perform Event handling in Silverlight application?
what is .xap file?