ultratoolbar RibbonGroup scroll is not present at runtime.
at design time it show a RibbonGroup scroll for each Ribbon, but at runtime caption of all RibbonGroup is trimmed and scroll disappears.
Anyone? Mike Pls help
Anyone? Mike Please help
Hi Mike,
Don't you think that ideally shrinking and removing of caption should be done at last . Showing the RibbonGroup Scroll buttons and DropDown buttons should be done first or default. I am facing the same problem. I am having a MDI form with Toolbar manager, if I set the
ribbonTab.GroupSettings.CanCollapse =
DefaultableBoolean.False; on all tabs
it works fine for the first time but as soon as I open another Form as MDI child(Which has its own toolbar) and goes back to initial main form mergeing of toolabr happens and I loose the Scroll button. All my extra tools ( which could not fit into the screen) have there caption chopped off. Can you please help?
On each ButtonTool, make sure you have InstanceProps.MinimumSizeOnRibbon set to Normal. This will prevent the caption from being removed when space is needed in the ribbon.