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
140
Toolbars are gone
posted

Hello,

I have a form and on the form is a dockmanager. Some user-controls i dock, have a toolbarmanager.

Now i can toggle the dock-state of the form. It can be docked to a mdi-manager, or is only a form, shown in front of the mdi-manager. After i set the form.MdiParent to mdi-manager-form, the toolbars of the docked user-controls are gone! When i toggle to form, the toolbars are still shown (but they dont appear after i toggled to mdi, i have to close and open the form again) I debug the toolbars (after they dissappear) and the value for visible is true, dockcolumn and dockrow are set to 0, original is set to -1. I set these values to -1 but they are still gone.

What can i do?

Regards

Peter