Re: Backstage Scrollbars Do Not Show Up When DPI not 100%
We have 2013.2.0582Sometimes it takes us a little bit to update to the latest version. I will try this again when we get the latest. However, to reproduce this:Go into Control Panel -> Appearance...
View ArticleRe: Long Names in Window Title Overlaps Context Tabs
Thanks for the sample Joe. We've fixed the bug for the next maintenance release.
View ArticleRe: Backstage Scrollbars Do Not Show Up When DPI not 100%
Hi Joe,I tried that 125% setting and it worked fine for me in that too. Please let us know what you find when you try the newer version.
View ArticleWPF Separator vs Actipro Ribbon Separator
<ribbon:Ribbon><ribbon:Ribbon.Tabs><ribbon:Tab Label="Tab"><ribbon:Group Label="Group"><ribbon:StackPanel><ribbon:ComboBox...
View ArticleHow to globally disable the feature of “Add to Access Tool Bar”
Hi all,Our customer does not want to enable the feature of “Add to Access Tool Bar” for all the ribbon buttons. Any central place to disable it?Thanks.
View ArticleRe: How to globally disable the feature of “Add to Access Tool Bar”
Got it: IsQuickAccessToolBarCustomizationEnabled="False"
View ArticleRe: How to completely remove the QuickAccessToolbar and free the space?
Can the width be set to 0 at least (as well as the application icon)? In trying to implement 2013-style auto-hide behavior, I've found I can't get the restore/ellipsis button to span the width of the...
View ArticleRe: WPF Separator vs Actipro Ribbon Separator
Hi Owen,I'm curious why you are putting ribbon:Button objects in a ComboBox here. It seems like a better solution overall would be to use a ribbon:PopupButton with a ribbon:Menu in it and embed the...
View ArticleRe: WPF Separator vs Actipro Ribbon Separator
The buttons are simply for getting the menu style in the combobox drop down. The design I'm working with has menuitem-styled items with a combobox-style selection box. For similar examples you can...
View ArticleRemove the space between ribbon and docksite
Hi How do I completely remove or narrow the space around the docksite to make the workspace becomes larger?ThanksLik
View ArticleBackstageTab.Command
Is there a way to get a command onto a backstage tab? I'm trying to get something along the lines of the Close "tab" in Word and Excel 2013, which both look like tabs but perform an action instead of...
View ArticleRe: How to completely remove the QuickAccessToolbar and free the space?
Hi Owen,Right now RibbonWindow isn't set up to support Office 2013-like auto-hide. You'd need to probably provide the RibbonWindow with a custom alternate template to support that sort of thing. Your...
View ArticleRe: How to completely remove the QuickAccessToolbar and free the space?
OK that's kind of what we were figuring the answer would be and have started down that path. Is 2013 ribbon behavior on a short-term backlog for you guys? Like something we'd see in the next quarterly?
View ArticleRe: WPF Separator vs Actipro Ribbon Separator
Hi Owen,Our ribbon:Button controls aren't really intended to be used in a ComboBox and might introduce unintended behavioral side effects, not to mention the UI issues you saw.You really would be...
View ArticleRe: Remove the space between ribbon and docksite
Hi Lik,Please see this post for the answer.
View ArticleRe: BackstageTab.Command
Hi Owen,You can use ribbon:Buttons there. Right now they will render in more of an Office 2010ish Backstage appearance but you can retemplate them to look like 2013 Backstage buttons.
View ArticleRe: How to completely remove the QuickAccessToolbar and free the space?
Hi Owen,We have it down on the TODO list and will see how many customers want auto-hide features. That feature is tricky because it involves the window being aware of where the ribbon is and also...
View ArticleQAT buttons do not work properly after updating to version 2013.1.0583
Hi there,These days we updating from version 2010.1.521 to 2013.1.0583. It seems that everything works fine except the QAT:After a ribbon button is added to the QAT, users clicking it does not trigger...
View ArticleRe: QAT buttons do not work properly after updating to version 2013.1.0583
Hi Roger,If you'd like us to look into it, please make a new simple sample project that just shows this issue and email that to our support address. We can go through the various versions to see when...
View Article