![Avatar](https://secure.gravatar.com/avatar/189f3a31a3f6aaa86390c0a2d5c1b29d.jpg?s=64&d=identicon&r=g)
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