We're currently using the Ribbon of the UltraToolbarsManager and I'm working on the application menu portion. Right now we only want one item in the main menu, but that item is a popup menu (PopupMenuTool) with five or so items in the popup. The problem is that with only the one tool in the ToolAreaLeft portion of the application menu, the right area of the menu is quite small. When the popup menu displays, you can only see maybe one item (sometimes it's only have of one, and half of another). Is there a way force it to popup and show the enitre menu instead of being constrained to the area provided on the right?
Thanks,
Beardo
Unfortunately no, but you can add a few LabelTools under the popup menu on the left side. Remove their captions so they are blank. When the application menu opens, you will see the popup menu with empty space under it so more menu items can be seen on the right side.