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
475
UltraTabbedMdiManager tab is not closing
posted

I have a form with views that appear as tabs.  One of the views will not close no matter what I do.  All it does is clear the contents of the tab, but the empty tab remains open.  I've tried the Close and Dispose method on the tab, but nothing happens.

this.tabbedMdiManager.TabGroups[0].Tabs[iChildIndex].Close();
this.tabbedMdiManager.TabGroups[0].Tabs[iChildIndex].Dispose();

Parents
  • 1500
    Offline posted

    Hello Sam,

    I have tested closing tabs programatically and I have been unable to reproduce the behavior described. 

    What version of our components are you using?

    Also, I have attached the sample I used, so if you could please take a look at it, modify it so the issue is present and send it back, and I will take a further look at it.

    Sincerely,
    Tihomir Tonev
    Associate Software Developer
    Infragistics

    MDICloseTabs.zip

  • 475
    Offline posted in reply to Tihomir Tonev

    18.2.9

Reply Children