How to center and scale Silverlight applications using ViewBox control
- by Jacek Ciereszko
There are many ways to make your application scalable in Web Browser window and align it in the center. Usually we use two Grid controls to align and panel control (like Canvas) to scale our apps.
Not the best solution
<UserControl … >
<Grid x:Name="LayoutRoot" Background="White">…