Re: How to override the auto-generated context menu on ribbon controls
Thanks a lot in advance for fixing it! Do you know an aproximate release date for v22.1?
View ArticleRe: How to override the auto-generated context menu on ribbon controls
You're welcome! We are aiming for November or early December.
View ArticleHow do I disable SpiltButton separately?
Hi! I am trying to make a backward navigation feature with SpiltButton. It consists of a backward navigation button and a dropdown menu. How can I disable the backward navigation button or dropdo...
View ArticleRe: How do I disable SpiltButton separately?
The ribbon:SplitButton control uses its Command property to determine if the button portion is enabled. The popup portion of the SplitButton can use the PopupCommand property to determine if it is...
View ArticleCan u please Provide sample on Colorpickergallery control
Hi, we are using Colorpickergallery to select to bind the colour to our controls. we need like when ever we select particular control with RED colour the colour picker should be displayed with r...
View ArticleRe: Can u please Provide sample on Colorpickergallery control
Hello, ColorPickerGallery uses SolidColorBrush as its items. That being said, a Red SolidColorBrush might not be the same instance as another Red SolidColorBrush, so setting the ColorPickerGalle...
View ArticleTheming of ribbon control
Hi, we noticed some differences in the white ribbon theme to version used in Office 2019. Firstly the application button is not colorized. I managed to achieve the desired result by duplicating...
View ArticleRe: Theming of ribbon control
Hi Tobias, Unfortunately we don't have Office 2019 screenshots to reference to see the border you mentioned in the second item. Do you mean a border that wraps around the left/top/right of the s...
View ArticleRe: Theming of ribbon control
Wow, that was suprisingly easy :) Thank you My first attempt was to set the BorderThickness of the ribbon control itself.Just for reference, this is the Office 2019 theme I mean: https://abload.d...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hi again! I've just check this issue with the new version, 22.1, and it still there. My custom context menu does not override the QAT menu. Is there any workaround to suppress the QAT menu and sh...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hi Ilia, I just pasted your original ribbon:Button sample code in our Ribbon demo in multiple places and added a Label to it so it shows up. When I right click the instances, I see the context m...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hi! I double-checked it and I am surely using v22.1. It seems like the custom context menu works for <ribbon:Button> but does not for non-Ribbon custom controls. Here I paste a code snipp...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hi Ilya, Thanks for the updated sample. We had to alter some logic to allow for non-Ribbon-oriented controls to support custom context menus. The update for that will be in the next maintenance...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hi, I would be definitly interested in a preview build, thank you! Meanwhile, is there any simple workaround that I can use a temporal solution? For example, the Ribons docs mention that a cont...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
ok, just figured out a simple solution for whom it might be interesting. First, I subscribed to OnContextMenuOpeningEvent as descibed here There, I open the control's (Grid in this example) conte...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hello, Yes that would work. If you'd like the preview build to try our code change, please so this update isn't needed, please write our support email address and reference this thread. We will...
View ArticleMore support for watermark functions.
Will the controls such as MaskedTextBox and TextBox support the watermark function?
View ArticleRe: More support for watermark functions.
Hello, Our themed TextBox template and the MaskedTextBox template both support our attached shared:HintProperties.Hint property that will show a grayed out hint (or watermark) if there is no curr...
View ArticleHow to use SVG Icons in Ribbon?
How can I use SVG files as icons in the ribbon as opposed to PNG files? Is this directly possible at all or do I need to go through a conversion step and create a PNG bitmap and use this bitmap?
View ArticleRe: How to use SVG Icons in Ribbon?
Hi Peter, WPF doesn't currently have built-in support for SVG images. That being said, we've found that this SvgToXaml utility is really handy since it will convert a SVG file to a vector Drawin...
View Article