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
958
Message when inserting an UltraDockWorkspace
posted

When inserting an UltraDockWorkspace into a Form (in VS designer) the following message will be shown:

UltraToolbarsManager Initialization

The UltraToolbarsManager component is initializing and is about to add toolbar docking areas to ShellLayoutView.

It is recommended that a container control with its 'Dock' property set to 'Fill' be added to ShellLayoutView and that all child controls be re-parented to it. This is not required but will help ensure proper positioning of child controls as the size of the dock areas change due to toolbar docking.

Would you like to automatically add a panel container control now?

What I would like to know: What really happens if I refuse to add an extra container control?

Regards, Gerald