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
1375
InvalidOperationException error when closing a form with an unpinned pane
posted

I have a simple form that I added an UltraDockManger to. I then added an UltraGroupBox to the form and used the dock manager to dock it to the bottom of the form. I set the pane's Pinned property to false.

When I run the form, I correctly have a tab for the groupbox at the bottom of the form. If I close the form, I receive the following error. I've also attached the full exception text.

 

If, before closing the form, I activate the pane (I don't need to pin it, just hover over the tab), I get no error when the form is closed.

Is there a workaround for this (other than starting the form with the pane pinned) or has it already been addressed? We do not currently have a hotfix installed; there was a resize bug that was in the 2068 hotfix that caused us some problems.

Regards,

Jim