Explain how to set silverlight contents width as 100%.
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category