views:

228

answers:

0

Using silverlight I have always removed the Height and Width from the UserControl so that the user control would fill the viewport, no more and no less. Today I began testing with IE8 and observed that such is no longer the case, unless I view the page in compatibility mode.

I'm using the asp:silverlight server control to host the silverlight content.

Any suggestions on making the silverlight content occupy the viewport without using compatibility mode in ie8?