I have a Silverlight 2 control that I wish to fill the browser. I have set no height and width for the outer grid so it resizes. I have set the web page to have a style of height and width 100% and no padding or margin for the html and body tags. The Silverlight object is set to 100% height and width.
When I view the page, IE adds a scrollbar and lets me scroll downwards about four or five pixels, all of which are just white.
How do I stop this?