Re: Switching between Classic theme and other themes causes the QAT to be...
Hello,Thanks for reporting this. I believe we've fixed it for the upcoming 2017.2 version.
View ArticleRibbon/RibbonWindow Render Issue
I just noticed a rendering issue with the Ribbon/Ribbon Window when running with the display scaled above 100%. A thin "border" renders between the ribbon and the ribbon window's title bar. You can...
View ArticleRecentDocumentMenu Scroll
How can I get the RecentDocumentMenu to scroll in a Backstage Tab, similar to the way Office 2016 apps do? Currently, the entire tab scrolls, but that's not the behavior I'm looking for. I just want...
View ArticleRibbonWindow causing problems if VNC Client is connected
Hi,I have a problem if I use the RibbonWindow for hosting my Ribbon, WindowsFormsHost and other Controls (statusbar, no Docking) and an active VNC connection is present (modified UltraVNC Server using...
View ArticleRe: RecentDocumentMenu Scroll
Hi Rick,In our main demo's "Open" Backstage, we have a Recent Documents list that seems to scroll fine like a normal list box. Can you tell me specifically what you see wrong in that sample? Thanks!
View ArticleRe: RecentDocumentMenu Scroll
Well, not sure how I missed that in the demo... :D Thank you, I'm all set now.Rick
View ArticleRe: Ribbon/RibbonWindow Render Issue
Hi Rick,Thanks for letting us know. It appears to only be happening on high DPI monitors when at that display scaling setting. We added a workaround that will appear in the 2017.2 version.
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hello,I'm sorry you are running into trouble here. RibbonWindow effectively uses WindowChrome behind the scenes to alter the default rendering of the window non-client area so it is themed. But that...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hi,thx for your quick answer.I already tried the WindowChrome. This leads to the same error.I will now try if different Themes make a difference.Best regards and thx for help,Ansgar
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hi again,I tested now different Themes:* MetroLight -> issue as described above happens* AeroNormalColor -> issue is *not* there* Classic -> issue is not there eitherSo it seems to be related...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hello,Thank you for the information. That is an interesting result. The only difference between those themes is that the Metro theme has a transparent window (located behind the chromed window) that...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hi,With 'HasOuterGlow="False"' the problem goes away.The RibbonWindow does not have this option, right? And for the normal Window with Chrome the resizing is harder to trigger.Thank you again for your...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hi Ansgar,Ok so it must be the presence of that semi-transparent window (which renders the outer glow) that is causing the issue then.RibbonWindow does use a WindowChrome behind the scenes. It's just...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Thx. I forgot that one can get to the Chrome like that.It seems that setting the ResizeBorderThickness has no real effect for the Metro theme. Can it be that this has no effect because its only used...
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
Hi Ansgar,The ResizeBorderThickness only affects from the outer visible border inward. Setting it to 4 should mean that outer border line and 3 pixels in from that.
View ArticleRe: RibbonWindow causing problems if VNC Client is connected
You are right. Thx a lot for your help.
View ArticleRe: Global style is not applied as expected on the RibbonControl
Hello,This solution offers to have a key. But it will force me to use the key in all XAMLs. Which will not be a practical solution for me. I need to have the style in the common resource file, which...
View ArticleException in DataGridControl
Hello, We are getting the exception, while loading the Xceed grid. "The invocation of the constructor on type 'Xceed.Wpf.DataGrid.DataGridControl' that matches the specified binding constraints threw...
View ArticleRe: Global style is not applied as expected on the RibbonControl
Hello,Implicit styles in WPF work for targeting controls, but don't work on targeting Windows. That's why the suggestions in that StackOverflow article would be necessary for the Window scenario....
View Article