
Hello:
We have a MVVM application that displays UserControls in DocumentWindows hosted by a StandardMDIHost.
The DocumentWindow exposes some options for the StandardMdiWindowControl:WindowControl - Like allow view to support minimized / maximized.
However, it does not expose ResizeMode.
I would like to programatically access the ResizeMode property for a view after the view is created (could be done OnLoaded or OnNavigatedToFirstTime).
In debugger I can access the DocumentWindow. I can see the StandardMdiWindowControl in it, but it shows up as #8n and is locked.
Any suggestions ?
Thanks
Joe