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
Hello Jim,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.