Hello,
when our application closes we save the layout data of the dock manager and a list of the active TabbedMdiWindows and the sizes of the TabbedMdiContainers (since these are not included in the ToolWindowLayoutData). When the application is started again, we restore the layout data and the TabbedMdiWindows and Containers. Unfortunately I did not find a way to restore the size of the TabbedMdiContainers. When I set TabbedMdiContainer.Size it is immediately reset to (0,0). When the form is shown all TabbedMdiContainers are close together at the top/left of the mdi area.
How can I effectively set the size of the containers?
Regards,
Michael Knorr
when our application closes we save the layout data of the dock manager and a list of the active TabbedMdiWindows and the sizes of the TabbedMdiContainers (since these are not included in the ToolWindowLayoutData). When the application is started again, we restore the layout data and the TabbedMdiWindows and Containers. Unfortunately I did not find a way to restore the size of the TabbedMdiContainers. When I set TabbedMdiContainer.Size it is immediately reset to (0,0). When the form is shown all TabbedMdiContainers are close together at the top/left of the mdi area.
How can I effectively set the size of the containers?
Regards,
Michael Knorr