I have an UltraTabbedMdiManager attached to the MainForm and set it to traditional Mdi mode (not tabbed). I can move and resize child forms within MainForm, but not outside the scope of the MainForm.
Can MDI child forms appear outside of MainForm?
Thanks!
No, mdi child forms can only exist within the mdi parent form. If you drag them outside the visible area of the MdiClient control owned by the mdi parent (the dark gray area), the MdiClient will display scrollbars.