Re: RibbonWindow issue when I upgraded my .Net version from V 4.0 to V 4.5.2
Thanks for replying,Does Actipro 11.1.545 had support for: .Net V4.5.2 and Windows server 2012 R2?When I'm using .Net 4.5.2 and Windows server 2012, I saw scrambling at the end of RibbonWindow when it...
View ArticleRe: RibbonWindow issue when I upgraded my .Net version from V 4.0 to V 4.5.2
Hello, we have just replied to your related support ticket. Please keep the replies in that one support ticket so they aren't scattered in multiple support locations, which makes things difficult to...
View ArticleRe: New problem with Older build...
Hello, we are replying to the other forum threads and tickets you opened on this subject.
View ArticleRe: BackstageTab with icons
Hi David,Yes, in more recent versions, we updated the Backstage button templates to not use icons and to mimic the newer Office appearance. You would need to update the style/template of the Backstage...
View Articleribbon:Separator in Backstage
How do I get a Separator to display in Backstage's left-hand area, like Office 2013/2016? I've tried various combinations of Context and VariantSize to no avail. It's like the control is just...
View ArticleRe: ribbon:Separator in Backstage
Hi Rick,Yes the Separator should have been showing up if you include it. We found the bug and fixed it for the next maintenance release.
View ArticleRibbon Group Scroll Button Width
Hi,Is there a way to change the width (11px) of the two scroll buttons in the ribbon? They show when the ribbon has nothing else to collapse or all groups in a tab have IsCollapsible="False".Thanks.
View ArticleRe: Ribbon Group Scroll Button Width
Nevermind, I figured it out. Getting the default style of the GroupPresenter then adding a MinWidth to each button did it.
View ArticleExtra vertical spaces on the tab label
I am evaluating your product and running one of your demo application, I noticed that there are extra vertical spaces on the tab label (comparing to screenshots on your website and Windows Explorer)Do...
View ArticleRe: Ribbon Group Scroll Button Width
Hi Adam,Right now the default style for the ScrollLeftButton is:<Style x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type ribbon:Ribbon},ResourceId=ScrollLeftButton}" TargetType="{x:Type...
View ArticleRe: Extra vertical spaces on the tab label
Hi Rex,Yes, a year ago or two we updated the tab minimum height to match the increased height of the latest Office versions. The other screenshots you saw were from older versions. The...
View ArticleGlobal style is not applied as expected on the RibbonControl
Hello,We are trying to have a global style for all RibbonControls in the application. But the style is not getting applied on the ribbonwindows. Attached is the sample application. In the below...
View ArticleRe: Global style is not applied as expected on the RibbonControl
Hello,I think this is is a description of the problem you are running into here, and it offers a workaround idea:https://stackoverflow.com/questions/4279773/wpf-window-style-not-being-applied
View ArticleCollapsed ribbon with QAT
Is it possible to have the ribbon collapsed (hidden) but with the QAT visible?Reason of this is that program will have the whole screen for content yet QAT will still provide some buttons for command...
View ArticleRe: Collapsed ribbon with QAT
Hello,You can have a "minimized" ribbon (meaning tabs only show) with QAT still visible. But if you collapse (hide) the ribbon, then the QAT will go with it since the QAT is part of its template.
View ArticleSwitching between Classic theme and other themes causes the QAT to be drawn...
To reproduce, run the Sample browser and then run the Ribbon Document Editor demo program.Switch between Classic theme and for example Metro Light theme. Notice the QAT is drawn over the ribbon tab...
View Article