Is there any way to "dock" a Silverlight control to the browser window? For example, I'd like to have an HTML header at the top of a page and then have the Silverlight control take up precisely the rest of the window, neatly resizing whenever the window is resized.
The default page Visual Studio creates uses styles with 100% widths and heights to make the Silverlight control take up the entire window. And I can easily modify that template to split the page by percent (say 20% HTML header and 80% Silverlight control). But what I really want is the header height to be static and the Silverlight control to take up 100% of the remaining window.