Even having nice tabs I would still like to give my users possibility to work in "old" MDI style. Is it possible with UltraTabbedMDIManager to have maximize,minimize, cascade etc operations (LayoutMdi(...))?
Hello,
It is currently not possible to do what you've described. When creating an MDI application, you can either use the older approach in which the main window mimics some properties of the Windows desktop in which windows can be moved and sized on their own, or you can use the newer approach that Visual Studio uses in which each window is a tab that cannot be moved or sized without affecting other open tabs.