Hi,
I have a docking manager with 6 DocumentPanes open. One of the DocumentPanes has a TableLayoutPanel with 100 controls on it. The DockingManager takes 4-5 seconds to switch between tabs, and 5 seconds to move from Closing to Closed on this tab. I also notice that closing the DocumentPane does not fire the Disposed events of the control on it - I have to manually fire the DocumentPanel.Dispose() method in the Closed event.
Any idea what I might be doing wrong ?
What is the typical life history of a DocumentPanel within a DockingManager ? Should I close it some other way other than the little X button ?
Thanks
Phillip
I have a docking manager with 6 DocumentPanes open. One of the DocumentPanes has a TableLayoutPanel with 100 controls on it. The DockingManager takes 4-5 seconds to switch between tabs, and 5 seconds to move from Closing to Closed on this tab. I also notice that closing the DocumentPane does not fire the Disposed events of the control on it - I have to manually fire the DocumentPanel.Dispose() method in the Closed event.
Any idea what I might be doing wrong ?
What is the typical life history of a DocumentPanel within a DockingManager ? Should I close it some other way other than the little X button ?
Thanks
Phillip