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 |
How would you perform event handling in silverlight?
What is xaml ?
Can you elaborate how to start a silverlight application with visual studio?
Explain the procedure of creating hyperlinks in Silverlight application?
What is the difference between silverlight and flash?
what is silverlight.js file? Explain with an example.
What are the transformations that silverlight supports for the elements?
What are the different layout controls available in silverlight?
What is ria?
what is name scope in silverlight?
give an example of creating button in xaml ?
What objects support tranformations?