Hello,
i hope my english is good enough to explain my Problem.
I have the following Situation:
I found the solution für this behavoiur, but i can't explain... Is this an error?
The reason for this behavoiur is the property "DockWithinContainer". If this Property is not set, then the Menu will act as described. Setting this Property to a valid Container - in my example a simple UltraPanel anywhere on the form - and the error is gone, the menu will act as usually, i.e. i can move the mouse between all avalilable menuitems.
Greetings, Karsten Heimer.
Hi Karsten,
Thank you for posting in our forums.
Generally the toolbars manager is meant to have a container in which to display its tools. The DockWithinContainer is there to allow the user to dock the toolbars manager to containers other than a form. Still the DockWithinContainer property must be provided since otherwise issues like that are possible. Dropping the UltraToolbarsManager in design time to the Form will automatically set the DockWithContianer property to the Form itself and you don’t have to do anything else in order for the component to work properly.
Please let me know if you have any additional questions.
Hello Dimitar,
thank you for your answer.
I my case i have a form with two Toolbarmanagers (oh, don't ask why...) and this is why the first Manager has a "DockWithinContainer" and the second not. Adding the second Manager will *not* automatically set this Property. By the way: I found this Problem while I'm trying to use the "Customize"-Menu in Designtime. Without the "DockWithinContainer"-Property the "Customize"-Menu is disabled...