Real MDI child windows tabbing

Docking/MDI for Windows Forms Forum

Posted 19 years ago by Oleg
Avatar
Hello,
We are at the beginning of the new project and researching available libraries for tabbed mdi. On of the candidate is your UIStudio.
Question:
Can DocManager handle real mdi child windows rather than DocumentWindows?
Here is what I mean.

private void button1_Click(object sender, System.EventArgs e)
{
ChildForm childForm = new ChildForm();
childForm.MdiParent = this;
childForm.Show();
}

I can see child window if I DockManager.DocumentMdiStyle to Standard, but as soon as I change it to Tabbed in runtime ChildWindow is gone.
Is there a way to make DockManager to host just Forms?

Thanks
Oleg
laplas-soft.com

Comments (2)

Posted 19 years ago by Oleg
Avatar
never mind, I figured it out.
Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I would think that leaving it as a None setting or maybe setting it as Standard and just not using any of the document window features would work.


Actipro Software Support

The latest build of this product (v24.1.0) 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.