Hi
When I change the window title of the form, which contains a ribbon, during runtime, the text gets truncated. When I set the text during design time it is displayed completely. I change the text during the localization of my form. Is this a known issue or is there a way to work around this? I've tried both, setting the forms text property and the ribbon caption property. I've also tried the captions TextTrimming property without any success. (Please click the image to see the window title)
Text set during design time:
Text changed during run time:
I just tried several of these reset functions, including "ResetCaptionArea...", but none of these changed anything. Maybe I should file this as bug?
Have you tried calling one of the reset methods of the ribbon class yet? Maybe try Ribbon.ResetTabAreaAppearance.