How to set silverlight contents width as 100%.
Answer / Sumsher Bahadur Chand
To set Silverlight content's width to 100%, you can modify the 'width' attribute in the HTML object tag or use CSS:
HTML Object Tag:nt<object ... width="100%">...</object>
CSS:n#silverlightControlHost {ntmargin: 0;ntpadding: 0;ntwidth: 100%;n}
| Is This Answer Correct ? | 0 Yes | 0 No |
Is silverlight compatible with multiple browsers and operating system?
Explain silverlight application life-cycle?
What is silverlight sdk?
What is the extension that we used for silverlight file?
Why use Silverlight?
How silverlight 4 is different from silverlight 3?
Is it possible to consume wcf and web services in silverlight application?
what is silverlight.js file? Explain with an example.
What is xaml ?
How to perform event handling in silver light?
Which language is used to design the layout in silverlight?
What is the use of AppManifest.xml file in Siverlight Application?