I am running into a situation in a ribbon group where the caption is not displaying at all. If I maximize the form and allow the ribbon to be bigger, the caption appears immediately. I have tried setting the TextTrimming property on the RibbonGroup to EllipsisCharacter, but that had no effect. What property should I be setting to get something to appear? See below:
The captions that are missing should be "Boxing" and "Adjust Job Quantity" respectively.
Hello Richard,
I believe this issue is being caused by the RibbonGroup’s PrefferedToolSize property. Please share the layout file and I will use it to observe this behavior.
I will continue to look into this issue as soon as I hear back from you.
The preferred tool size is set to LARGE on the ribbon group. I'm not sure how to generate a layout file. Everything was setup in the form designer.
layout.zip
UltraToolbarsManager layout file can be saved using SaveAsXml method off it. Please save the file using this method and share it. We will look into it to see what’s causing the mentioned RibbonGroup tools caption issue.