Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1255
Ribbon Tools Without a Caption
posted

I want to put a TextEditorTool on my XamRibbon but I don't want it to have a Caption visible. We are using the NullText as the caption. However, this presents problems in the QATCommonTool menu. This tool will have a menu item without any text. Is there a way to set the Caption property but not display the caption on the tool? I tried setting the RibbonGroup.MaximumSize and MinimumSize to ImageOnly, but it does not behave like ButtonTools.

(Are you going to tell me I have to retemplate the TextEditorTool?)