Re: Minimized ribbon pop-up issues at the edge of the screen
Hello,Their pop-up does get shifted left or right or even shown only on the monitor that contains most of the window width, but it never gets displayed outside the window borders.I've recorded a sh...
View ArticleHow to change the KeyTipAccessText for the Application Menu?
Hello,Is there a way to change the KeyTipAccessText for the Application Menu?It seems to be hardcoded to F with no option to set it to something else.
View ArticleHow to set an image AND label to the Application Menu (Metro theme)?
Hello,Is there a way to set both a label and image for the application menu button (using the Metro theme if that matters)?Currently it seems that the application menu button can use either a label...
View ArticleHow to set images AND labels for ribbon tabs and ribbon groups?
Hello,Is there a way to set both a label and image for the ribbon tabs and ribbon groups (using the Metro theme)?It seems that the the ribbon tabs and ribbon groups only support text labels (in the...
View ArticleRe: Minimized ribbon pop-up issues at the edge of the screen
Hi Greg, Thank you for the info. We will mark it down as a feature request.
View ArticleRe: How to change the KeyTipAccessText for the Application Menu?
Hi Greg, Yes, please see the "Ribbon / Controls / Built-In Miscellaneous Controls / Backstage/ApplicationMenu" topic in the documentation that comes with the product. Both Backstage and Applicat...
View ArticleRe: How to change the KeyTipAccessText for the Application Menu?
Hello,The Backstage has the property, but the ApplicationMenu doesn't seem to have it, that's why I was confused.In other words, this doesn't work: myRibbonControl.ApplicationMenu.KeytipAccessText
View ArticleRe: Minimized ribbon pop-up doesn't display ContextualTabGroup color
Hello, Yes we are adding a new property on Tab that you can override with an implicit Style in Application.Resources. You'll be able to do this in the next build:<Style TargetType="ribbon:T...
View ArticleRe: How to change the KeyTipAccessText for the Application Menu?
Hello, The Ribbon.ApplicationMenu property returns a FrameworkElement. It can be cast to an ApplicationMenu or Backstage based on what you use. Both of those types have the KeyTipAccessText pro...
View ArticleRe: How to set an image AND label to the Application Menu (Metro theme)?
Hi Greg, If the Ribbon.ApplicationButtonImageSource property is specified, the application button will render an image instead of the label specified by Ribbon.ApplicationButtonLabel. Sorry but ...
View ArticleRe: How to set images AND labels for ribbon tabs and ribbon groups?
Hi Greg, I'm sorry but they only support text labels. Adding images there as well would be overloading the UI a bit with images since most of the contents of tabs/groups is images for actionable...
View ArticleRe: Minimized ribbon pop-up doesn't display ContextualTabGroup color
Excellent, thank you.
View ArticleRe: How to change the KeyTipAccessText for the Application Menu?
I understand, thank you for the information.
View ArticleRe: How to set an image AND label to the Application Menu (Metro theme)?
I understand. Thank you.
View ArticleRe: How to set images AND labels for ribbon tabs and ribbon groups?
Hello,I understand and I agree with what you're saying, but in some cases subtle icons/indicators can provide a better user experience, so extra options are always welcomed.Thank you!
View ArticleSimplified ribbon
Hi, I was just wondering if simplified ribbon is planned to be part of the WPF controls in the near future? If it is just around the corner, I'm interested in looking at a preview, if possible.
View ArticleRe: Simplified ribbon
Hello, Do you mean a single line version like OneNote or something else? If you mean a single-line ribbon, it's something we may look into in the future but haven't thus far.
View ArticleRe: Simplified ribbon
I was thinking about the simplified ribbon introduced with Office 360, as described at https://www.microsoft.com/en-us/microsoft-365/blog/2018/06/13/power-and-simplicity-updates-to-the-office-365...
View ArticleRe: Simplified ribbon
Ok thanks for the links. Yes, that's the look similar to the OneNote app. We'll mark down the suggestion.
View Article