Hi, all,
how can I arrange all tabbed MDI Chiren forms via UltraTabbedMdiManager?
e.g.
- UltraTabbedMdiManager.TabbedMDI.Cascade()
- UltraTabbedMdiManager.TabbedMDI.TileHorizon()
- UltraTabbedMdiManager.TabbedMDI.TileVertical()..
Thanks for your help & best wishes
Hi, Mike,
yes, thanks you very much! It works as I wished. Greetings
When the tabbed mdi manager is active, you cannot arrange the forms, because they are grouped into tabs by the manager. You must first turn off the manager by setting its Enabled property to False. The you can layout the mdi children using the parent Form's LayoutMdi method.