Activiating a DocumentWindow in tiled mode

Docking/MDI for WPF Forum

Posted 2 years ago by Devin Phinney
Version: 22.1.0
Avatar

I have a DocumentWindow that contains a standardMDIHost.  That host in turn has 4 document windows.  When the main document window is shown for the first time I would like the 4 document windows to be tiled vertically.  I can't seem to locate a property that sets this or a way to do it in code behind without implementing the Window->Tile Vertically menu example that was given.

Comments (1)

Posted 2 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Devin,

Other than using the StandardMdiHost.TileVertically method, you could set the DocumentWindow.StandardMdiBounds property for each of the 4 windows yourself.  That should allow you to manually arrange them if StandardMdiHost.IsAutoCascadeEnabled is false.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.