Re: RibbonWindow.StatusBar cut off when maximized window
Ok, I have sent that to the support email.
View ArticleRe: RibbonWindow.StatusBar cut off when maximized window
Hi Rex,Thanks for the sample. The problem ended up being the high DPI and how we apply a padding to a WindowChrome'd window when it is maximized. I believe we have a fix in place for it for the next...
View ArticleFontFamilyComboBox Commit not working on mouse selection
Hi, im facing an issue with the FontFamilyComboBox. I have the following code:<ribbon:FontFamilyComboBox x:Name="FontFamilyComboBox" MinWidth="70" Margin="2" Command="{Binding FontFamilyCommand,...
View ArticleRe: FontFamilyComboBox Commit not working on mouse selection
Hello,It's hard to say without debugging it. I tested our main Document Editor demo and the RichTextBoxExtended.OnFontFamilyExecute method there only gets called with Commit when clicking an item.Note...
View ArticleDifferent RibbonWindow Icon
Is it possible for a RibbonWindow to show an application icon different to what is shown in the taskbar?(I want a vector metro icon in the window, and a nice, colorful icon in the taskbar.)
View ArticleRe: Different RibbonWindow Icon
Hello,Yes, since our RibbonWindow uses a WindowChrome (one of our classes) to provide a custom user interface, you can set the window's icon to be different from the one that is normally set right on...
View ArticlePopup initial position
According to the documentation of PlacementMode from Microsoft:http://msdn2.microsoft.com/en-us/library/ms612205The default value Bottom should have the left edge of the popup align with the left edge...
View ArticleHow to use an URL in the ScreenTip?
Is there any way to implement the screentips like e.g. in MS Word 2016? There's a help hyperlink in the Word's screentip footer, clicking on that opens a help page.With a custom control template, I've...
View ArticleRe: Popup initial position
Hello,Microsoft has a "handedness" setting on tablet computers that can trigger this behavior. Because for PCs with the "right-handed" setting, menus will open to the left to avoid blocking the hand....
View ArticleRe: How to use an URL in the ScreenTip?
Hi Dmitry,No I'm sorry... as you saw, the screen tip will close when you move outside of the target ribbon control.Where do you see that kind of thing in Word if I may ask?
View ArticleRe: How to use an URL in the ScreenTip?
Hi!Actually, all the screentips in MS Office 2016 support that. Some of them have no additional help reference, but some provide a link that can be activated via mouse click.Here's a screenshot:Â
View ArticleRe: KeyTipService.IsKeyTipScope
Is this something you might consider implementing, possibly as part of the Shared library? Similar to KeyTipService, but with a twist.Consider this thread as a visual example. Since I'm working within...
View ArticleRe: How to use an URL in the ScreenTip?
Hi Dmitry,Thanks for the screenshot. That seems to be newer functionality in Office. We don't have that ability but we do allow you to set the ScreenTipHelpUri attached property. If that is set to a...
View ArticleRe: How to use an URL in the ScreenTip?
Hi!Yes, currently we're using the functionality you described, it works. But we would like to make our app Office-like.Do you plan to implement this maybe in some future release?
View ArticleRe: KeyTipService.IsKeyTipScope
Thanks for the suggestion. You could probably achieve something similar right now using WPF Label controls and giving each label a Target as described in this...
View ArticleRe: How to use an URL in the ScreenTip?
Hello,We will write down the suggestion. It will have to be prioritized with other work. Unfortunately this wouldn't be an easy update since it would require some fairly large infrastructure changes...
View ArticleRe: How to use an URL in the ScreenTip?
Alright, thank you for the feedback!Well, Microsoft has implemented this for some reason. Maybe they will update their Ribbon guide too, and that feature will become a common one.
View ArticleRibbon Customization
Are there any plans to support Ribbon Customization? Obviously you have QAT Customization, but our users are asking for the ability to customize the Ribbon Tabs themselves ala Microsoft Office, etc.I...
View ArticleRibbon-Backstage resizes to Application-Window and not Parent-UserControl
I develop a WPF-UserControl. It contains a DockPanel, which contains a ribbon:Ribbon (with xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"). Within the ApplicationMenu of the Ribbon...
View Article