For anyone who was wondering, here is how I solved the problem. First, any time the window is resized I set the base grid's width and height equal to the client width and height, which I get by using interop to do my Win32 call to GetClientRect. Then I set the window's minimum width and height equal to the sum of the minimum widths/heights of my
(
Read more... )