Re: RibbonWindow chrome issues when scaling
Thank you for the suggestions. I followed your route and tried to replicate this behavior in a new project, from scratch. After many attempts, it turns out the issue was caused by including the R...
View ArticleRe: RibbonWindow chrome issues when scaling
Hi Cristian, Earlier in the ticket you mentioned you are using 125% DPI. That is not generally a good DPI to use since it will most likely render anti-aliased artifacts various places due to try...
View ArticleRe: RibbonWindow chrome issues when scaling
I was thinking the same - but had to check since some users are actually on 125%. Thanks for confirming this and thank you for the support!
View ArticleAbout BackButton in Backstage
How can I assign functionality to the BackButton in the Backstage Menu of the RibbonControl?
View ArticleRe: About BackButton in Backstage
Hello, I'm sorry but that button is hardwired to close the Backstage and do nothing else. The Esc key does the same thing. There isn't a direct way to assign other functionality to the Back bu...
View ArticleSplitButton opens the menu when clicked when mouse is close to upper/lower...
Hello, I have a split button like this:<Actipro:SplitButton BorderThickness="0" VariantSize="Medium" ..<Actipro:SplitButton.PopupContent> .. </Actipro:SplitButton.PopupContent&g...
View ArticleRe: SplitButton opens the menu when clicked when mouse is close to...
Hello, Thanks for reporting this bug. It was an error in the small SplitButton template was defined, and we've fixed it for the next maintenance release. If you need a preview build with the f...
View ArticleWPF Ribbon - Backstage Documents
Good day. I have a Ribbon Backstage menu, with recent document menu, when I click on a document reference, it closes the backstage menu, is there a way to prevent this? On another note,...
View ArticleRe: WPF Ribbon - Backstage Documents
Hi Ruwe, The ribbon:Button controls used there don't have StaysOpenOnClick set to true, so they do the default action of closing Backstage (treating it like a Popup) when clicked. You might be ...
View ArticleRe: WPF Ribbon - Backstage Documents
Thank you for your quick response, and in detail response. Can you maybe provide an example for the "implicit style" example you mentioned, please? Thank you in advance.
View ArticleRe: WPF Ribbon - Backstage Documents
Hi Ruwe, I was thinking something like this, but when testing it, it didn't seem to take:<ribbon:RecentDocumentMenu ...><ribbon:RecentDocumentMenu.Resources><Style TargetT...
View ArticleRe: WPF Ribbon - Backstage Documents
Thank you for your thorough feedback, I appreciate it greatly. Let me ask this, is there a chance that a "StaysOpenOnClick" property could be added to the next version for the RecentDocumentMenu?...
View ArticleRe: WPF Ribbon - Backstage Documents
Hi Ruwe, Can you explain the scenario where you want Backstage to remain open when you click on a recent document to open it? I wouldn't think people would want to do that kind of thing.
View ArticleRe: WPF Ribbon - Backstage Documents
Good day. When my application opens, there are recent documents, so when they are clicked on, they interface is loaded in the background. Now what happens, I click on the recent document to...
View ArticleRe: WPF Ribbon - Backstage Documents
Hi Ruwe, Thank you for the explanation. Taking a look at the RecentDocumentMenu control configuration, I'm not sure we can add a StaysOpenOnClick option there because the ribbon:Button that woul...
View ArticleRibbon screen reader accessibility
Hi, I am trying to make our software more accessible with a screenreader (JAWS) and I have a few questions about the ribbons. 1. How can I change the accessibility name for the Application Button...
View ArticleRe: Ribbon screen reader accessibility
Hi Conner, 1) As of v21.1.1 (released today), we have updated the AutomationProperties.Name value for the application button to bind to the text of the button. The backstage close button is crea...
View ArticleRibbon gets stuck in MenuMode when button is disabled
Hi, I believe we have discovered a bug in the Ribbon control. Our application sets HwndSource.DefaultAcquireHwndFocusInMenuMode = false and uses the InputManager.IsInMenuMode property to deal w...
View ArticleRe: Ribbon gets stuck in MenuMode when button is disabled
Hi Chris, Since you said you already have a sample project that reproduces this, could you please ZIP and send that sample to "support@actiprosoftware.com" and copy your original forum message in...
View ArticleInvalidOperationException when adding ribbon tab dynamically
Hi, in our application we dynamically add/remove ribbon tabs based on the selected tab of a tab control. This causes the application to crash when changing DPI of the screen or when (re)connectin...
View Article