Hello, I was tasked with adding some controls to a ribbon in an UltraToolbarsManager. In the Design view I click on [Insert New Tool], but it inserts the control to the right of the last control. I need to insert it at the bottom of the control, enlarging the ribbon vertically.
This is the first time I have worked with Infragistics controls, so docs on how to control layout in toolbars/ribbons would be very helpful.
Is there no way to increase the vertical size of a ribbon control? I can see no Size attributes in the Toolbar or Ribbon control. It looks like the ribbon is contained in a UltraToolbarsDockArea control defined in the .Designer.cs file, but changing the size there has no effect. The window has a panel below the ribbon; changing the top margin of the panel shrinks the panel but has no effect on the ribbon, it leaves a grey gap between the ribbon and the panel.