Silverlight: simulate a ‘Windows’ desktop application - part 3 (Resizable Window)

It’s time to write the last chapter of this series and take a look at how the resizing capability of the Window is implemented. Since the last time some new feature were added: Code ported to Silverlight 2.0 RTW. Solution refactored, th...


Silverlight: Controls inside ScrollViewer - horizontal resize layout bug and related workaround

I was updating my sample on how to simulate a Window environment in Silverlight, after having implemented some fixes to the resize functions and having added the support for scrollbars inside a window, I realized a simple test form with a serie...