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 was able to load the layout file that you have sent us into my sample application. However, I was not able to observe the mentioned Ribbon tools caption missing issue using it.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, then the change in behavior is due to differences in your environment from mine and these differences can be anything from operating system version to the specific version of the Infragistics DLL versions used. My test was performed using version Infragistics for WindowsForms 17.2.1000 and 18.1.1000. Please provide more details about your machine and version of the assemblies that you are referencing so that I can modify the environment that I am testing in to match yours.
Please test the sample project and let me know the results.RibbonGrpToolCaption.zip
The file would not load for me either. I have created a new binary file, zipped it up, and attached it here. I tested loading it into a toolbarsmanager on a new form and it loaded properly.0876.layout.zip
I tried to load your xml file and I am also getting an error. Looks like the file has somehow become corrupted. Not sure how that could have happened.
It might be worth trying it on your machine just to see if you can load the same file into a ToolbarsManager in a new project with just an UltraToolbarsManager on a form. My guess is that it will not work for you, either, and that you will need to re-save the layout and try again. You might try saving it to binary as well as Xml, just as a backup.
Can't you do that on your end? Are you saying there's something wrong with the file I sent to you?
I tried to create a sample using the layout file you provided. However, I’m unable to do so as I’m getting an xml parse exception when using the “layout.xml” file. To fix this issue please try the below:
-Load the layout file (LoadFromXML) into a new application with just UltraToolbarManager on the form and see if that works. If it does, then zip the application and share it here.
I will further look into this issue as soon as I hear from you.