Hello!
Is there a way to show the caption of the ribbon even if it's not placed inside a ribbon window?
We customized the window chrome, so it was not possible to use the original RibbonWindow.I've already checked the API but could not find a property to set. Maybe there is a way of providing our own RibbonControl inheriting the XamRibbon and override some default behaviour?
As there is no header in our chrome, the caption placement according to the QAT, RibbonContextualTabs, .. is what I really need.
Thanks in advance,
Wolfgang
I thought of customizing or configure the RibbonCaptionPanel which seems to handle the Caption as well, not the whole control
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default Style of the QuickAccessToolbar and added a Label to its Template in order to add Title there. I used Grid to place the Title, but you can change the Panel based on your requirements. Please let us know if this helps you or you have further questions on this matter.
Looking forward for your reply.