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
4133
TabPageResized Event Fires Over And Over
posted

I have an MDI form embedded in a panel on a tab page.  When my app is resized, I need to resize the MDI form.  I am using the TabPageResized event of the UltraTabControl and it does the job.  However, the event fires many, many times causing my code to run over and over again resulting in poor performance.  I'm wondering if this is the best event to use and what triggers this event to fire.