Re: Autofit the scrollviewer's height
Hello,In your method,the scrollviewer is removed,so the left of the recentdoc is not fit for the applicationmenu's height if it has many docs.This is not what I want.
View ArticleRe: Autofit the scrollviewer's height
How about something like this instead:<ribbon:Ribbon.ApplicationMenu><ribbon:ApplicationMenu MaxHeight="500"><ribbon:Button Label="New" /><ribbon:Button Label="Open"...
View ArticleProblems with ApplicationMenu.ItemsSource binding
We've been using data binding/templates for context menus for some time quite successfully (with a bit of help from you in the beginning). Basically we have a MenuViewModel & related classes that...
View ArticleRe: Problems with ApplicationMenu.ItemsSource binding
We've done a bit more investigation and tracked the source of problem 2 down to ApplicationMenuAutomationPeer. It looks like GetChildrenCore just iterates around the Items collection and tries to cast...
View ArticleRe: Problems with ApplicationMenu.ItemsSource binding
A bit more information on the 'Add to QAT' problem. I added a handler for ContextMenuOpening on the MainWindow in my sample app. When the handler is called for the working ribbon, e.Source is the...
View ArticleOpen Backstage does not render when changing IsGlassEnabled property of...
Hello Actipro,while evaluating your current WPF Controls release, I found this out:- Changing the theme from e.g. OfficeXYZ to MetroLight should set RibbonWindow.IsGlassEnabled from true to false,...
View ArticleRestricted Width of RibbonWindow
Hello,while comparing our currently used 12.1 Actipro release with your recent 13.2 release, I wonder if you have restricted the MaxWidth of a RibbonWindow to the width of a single monitor? In the...
View ArticleRe: Problems with ApplicationMenu.ItemsSource binding
Thanks for the sample Phil. We've resolved these issues for the next maintenance release.
View ArticleRe: Cannot move application window since 2012.2.571 build
I have recently upgraded our ribbon-based WPF application from build v10.2.0532 to build 13.2.590.0 and am observing the same behavior: I cannot move the application window anymore. I futher notice a...
View ArticleRe: Cannot move application window since 2012.2.571 build
Hi Philipp,There must be some element you are missing that attribute on that is blocking the default title bar element from being hit tested. If you want to put together a new simple sample project...
View ArticleRe: Restricted Width of RibbonWindow
Hi Detlef,Thanks for letting us know about this. We've made an update to fix this for the next maintenance release.
View ArticleRe: Open Backstage does not render when changing IsGlassEnabled property of...
Hi Detlef,Can you make a new simple sample project that shows this problem happening and email that to our support address? Please reference this post and rename the .zip file extension so it doesn't...
View ArticleRe: Open Backstage does not render when changing IsGlassEnabled property of...
Hi Actipro,I don't think an extra sample program is needed.You can see it in your own DocumentEditor sample from the sample browser. I know there is no GlassEnabled on/off switch on its Backstage, but...
View ArticleRe: Open Backstage does not render when changing IsGlassEnabled property of...
Hi Detlef,Themes are independent of whether you allow RibbonWindow to support glass so that's why you need to update RibbonWindow.IsGlassEnabled as appropriate. I was able to repro the issue you see....
View ArticleBlack area when RibbonWindow is maximized
Hi Guys,RibbonWindow does not maximize correctly when the display configuration is changed. We noticed this when we docked a laptop onto a docking station with a bigger monitor than the laptop's. The...
View ArticleRe: Open Backstage does not render when changing IsGlassEnabled property of...
Glad to hear that. Thanks a lot!
View ArticleRe: Black area when RibbonWindow is maximized
Hi Ilian,What exact version/build are you on and have you tried this with the latest version?Also please explain exactly what you mean by turn off/on the bigger monitor. Do you mean via its power...
View ArticleRe: Black area when RibbonWindow is maximized
Hi,Latest version - 13.2.0591. Windows 7 x64 with .NET 4.5.Yes. Turning it off using the power button will reproduce the bug.
View ArticleRe: Black area when RibbonWindow is maximized
Hi Ilian,I'm sorry but I can't repro this. When the bigger monitor is off (and I hear the sound from Windows indicating a device is now gone), it still opens windows to that display. Nothing moves...
View ArticleRe: Black area when RibbonWindow is maximized
Hi,We can reproduce this consistently on Windows 7 machines here.Just asked my colleague to try it on his Windows 8.1 machine and he's able to reproduce it without using an extra monitor. Here are the...
View Article