Auto-Resizing Silverlight Applications to the Browser Viewport

When a Silverlight application is embedded in a web page, users expect it to stretch or shrink gracefully as the browser window changes size. Out of the box, the plug-in’s ActualWidth and ActualHeight only report the size of the Silverlight surface itself, not the surrounding viewport. To make the UI truly responsive we need to: Read the live ...

Posted on Mon, 17 Aug 2026 16:41:40 +0000 by e-novative