Re: Use old style of the Ribbon's contextual tab groups
Dang, I was afraid of that. Thank you for getting back to me so quickly! The main motive for upgrading was actually moving our dependencies to Nuget. Is there any chance version 19.1 is making it...
View ArticleRe: Use old style of the Ribbon's contextual tab groups
Hi Dan, I'm sorry but we don't have plans to publish older versions on nuget.org than what is already there. You could always make a private local NuGet service that contained old versions and u...
View ArticleAccess Key not working for the ribbon
Hello, I have a question regarding the implementation of the access key I wrote the following code<ribbon:Buttonx:Uid="NewButton"KeyTipAccessText="N"AutomationProperties.AutomationId="NewB...
View ArticleRe: Access Key not working for the ribbon
Hi Kevin, Are you using this button within the Ribbon, or standalone outside of the Ribbon? Note that key tips will not work outside of the Ribbon.
View ArticleRe: Access Key not working for the ribbon
Oh, I am using outside of the ribbon. But when you say key tips will not work oustide of the Ribbon, do you mean no matter what implementation, key tips will not work if the button is outside of th...
View ArticleRe: Access Key not working for the ribbon
Hi Kevin, That is correct, the Ribbon itself watches key events and checks to see if any key tips match at the current key tip scope level. Thus any controls outside the Ribbon won't have key ti...
View ArticleRe: Access Key not working for the ribbon
I see, is it possible to have the ribbon put in the ribbon, tab, groups, but make it all invisible except for the buttons? I am having particular trouble getting rid of the quick access bar and m...
View ArticleRe: Access Key not working for the ribbon
Hello, Unfortunately not. Can you provide some detailed information about your usage scenario and perhaps we can provide a user interface suggestion? For instance, is there a reason you are u...
View ArticleInput binding for docked document in another monitor
Hello Actipro, In main window I have a docksite with 2 document windows inside (DW1 and DW2). In that main window are defined some input bindings. For example, Ctrl + X to close the active docume...
View ArticleRe: Input binding for docked document in another monitor
Hello, Yes WPF input bindings in general only work in the same visual hierarchy and don't cross Window or Popup bounds. Since a floating docking window is hosted by a separate WPF Window, that's...
View ArticleRe: Input binding for docked document in another monitor
I use MEF container defined in App.xaml.cs for my services, one of the services keeps the Input bindings, so the bindings are avaiable everywhere through constructor/property injection and can modi...
View ArticleRe: Input binding for docked document in another monitor
Hello, I'm not sure what to suggest in terms of MEF not finding the service in your scenario. But as far as getting the main Window from your CustomDockSite, any of these lines would work in you...
View ArticlePadding should apply also to hint inside a ribbon:TextBox
Hi, If I set the <Setter Property="Padding" Value="10,0,0,0"/>, and the Hint to "Search" for a ribbon:TextBox, the Padding will work for the text which will be searched, but the hint wi...
View ArticleRe: Padding should apply also to hint inside a ribbon:TextBox
I was thinking that even though there is a workaround creating a hint template, the padding should work for the hint.
View ArticleRe: Padding should apply also to hint inside a ribbon:TextBox
Hi Daniel, Thanks for letting us know. We'll update the template for the next version to apply padding to the hint.
View ArticleHow to hide or collapse the ToggleMinimizationButton on the right side on the...
Hi, I would like to ask whether is it possible to hide or collapse the ToggleMinimizationButton on the right side on the ribbon tabs, while keeping " IsMinimizable" Ribbon's property to true? See...
View ArticleRe: How to hide or collapse the ToggleMinimizationButton on the right side on...
Hi Ilia, Right now the button's visibility is controlled in Ribbon's Template based on the Ribbon.IsMinimizable property. Unfortunately in the current version, the only way to hide it while kee...
View ArticleRe: How to hide or collapse the ToggleMinimizationButton on the right side on...
Thanks a lot in advance, Ribbon.IsToggleMinimizationButtonVisible would a nice solution
View ArticleHow to override the auto-generated context menu on ribbon controls
Hi, I have a custom control in a ribbon tab, which has its own context menu. In newest Ribbon versions, that menu is ignored and the auto-generated QAT menu is shown on the right-mouse click. Is ...
View ArticleRe: How to override the auto-generated context menu on ribbon controls
Hello, Thanks for reporting this. It appears to be due to a change made in v18.1. We have made some updates for the upcoming v22.1 that should allow custom ContextMenus on controls in the Ribbo...
View Article