Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2115
OnResize not triggered for MdiTabGroup
posted

If I create a new Vertical TabGroup, then the OnResize for the Form in the new TabGroup is triggered, but not the OnResize for the Form in the existing TabGroup...

Is that normal? Now I have to write a lot of code subscribing to the TabGroupResized event and triggering a resize event in the Form...

Parents
No Data
Reply
  • 6158
    Offline posted

    Hello, 

    Can you provide a little more information on what you are doing? My understanding is that you're reporting that OnResize() is not called for forms in the original TabGroup when a form is moved to a new TabGroup. I attempted to reproduce the behavior, but was unsuccessful. I've attached the sample I attempted to duplicate the issue with. When you have the opportunity, please test the attached sample to see if you can reproduce the problem.

    Thanks,

    Chris

    WindowsFormsApplication1.zip
Children