With a dockingManager that isAuto-detecting MDI children on a form, I've noticed that when resizing the parent form there is a considerable performance hit when there are several MDI children hosted on the form. It appears that the docking manager is doing the resize.
Anyone have any suggestions for ways to speed this up? I thought about cancelling the resize events of the forms that are not visible, but then I would have to know what to resize them to when the user activates their tab.
Thanks,
Adam
Anyone have any suggestions for ways to speed this up? I thought about cancelling the resize events of the forms that are not visible, but then I would have to know what to resize them to when the user activates their tab.
Thanks,
Adam