Re: Setting the minimum width on a RibbonGallery
Hi Dave,Unfortunately not, it is designed to only be as wide as necessary to fit the items so that variants can be applied appropriately (per the ribbon resizing rules). You would have to set the...
View ArticleRe: Setting the minimum width on a RibbonGallery
Thanks for the reply. Is the MinWidth of RibbonGallery the total width? i.e. Do I need to add the width of any border? How can I calculate the size of the border etc?Dave
View ArticleRe: Black area when RibbonWindow is maximized
Hello, that is the same issue as described above. It seems to only happen when there is a single monitor too. We still haven't been able to find a workaround for it, other than removing the...
View ArticleRe: Setting the minimum width on a RibbonGallery
Hi Dave,I believe there is a 1px border and then the width of the buttons (which are 15px).
View ArticleBackStage closing
Hi, here is simple example to reproduce issue:<ribbon:RibbonWindow x:Class="TestBackStage.Shell" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleRe: BackStage closing
Hi Konstantin,The problem here is that any sort of ribbon:Button click will cause the focus to blur and move back to the main focus scope. That is happening regardless of if the item is on the ribbon...
View ArticleHow to click the ribbon popup button from coding?
Hi there,We use a ribbon popupbutton in our applications and a user control is didsplayed when users clicking the button, which works perfectly. private void PopupButton_PopupOpening(object sender,...
View ArticleProblems with WPF PushMenuMode & Win32 interop
Our application uses a ribbon & docking/MDI with floating document windows, so I have followed the advice from...
View ArticleRe: How to click the ribbon popup button from coding?
Hi Roger,I believe you could just set the PopupButton.IsPopupOpen property to true.
View ArticleQAT adding whole buttons in the Ribbon:group where we need only single button...
We need to add individual buttons to add to QAT in a Ribbon :Group with th ehelp of that ContextMenu, instead of whole Ribbon Group.When we rightclick on a button in ribbongroup and click on the...
View ArticleRe: Problems with WPF PushMenuMode & Win32 interop
Hi Phil,Thanks for sending the sample over.I believe we already fixed the first issue (displayed in your sample) for the upcoming maintenance release. In our latest code, while pressing Paste will...
View ArticleRe: How to click the ribbon popup button from coding?
Thanks. It does work. Just as simple as that. :) Roger
View ArticleRe: QAT adding whole buttons in the Ribbon:group where we need only single...
Hello,Adding individual buttons appears to be working fine when I test it. Are you sure you are on the latest version? Can you give us exact steps to reproduce this in our main ribbon demo?
View ArticleApplicationMenu: Unhandled exception while handling keyboard input
Hello there,We experience an unhandled NullReferenceException thrown by OnTextInput method of ApplicationMenu class. Symptoms:An application crash occurs when a user opens Application Menu via mouse...
View ArticleRe: QAT adding whole buttons in the Ribbon:group where we need only single...
There was no problem with your sample it works fine.But in our Application we are adding different buttons to Ribbon:Group ItemTemplate at runtime.In that case we are unable to add single button to...
View ArticleRe: ApplicationMenu: Unhandled exception while handling keyboard input
Hello,Thank you for reporting this. We've fixed it for the upcoming maintenance release.
View ArticleRe: QAT adding whole buttons in the Ribbon:group where we need only single...
Hello,Can you please put together a new simple sample project that shows the issue and email that to our support address so we can see what you mean? Be sure to mention this thread and rename the .zip...
View ArticleQAT pre-loading the QuickAccessToolBarCommonItems
Hi, In our app we wish to preload the QuickAccessToolBarCommonItems with certain buttons from our ribbon. If I try to use the CloneService.CreateClone on the ribbon buttons in question it fails and...
View ArticleRe: QAT pre-loading the QuickAccessToolBarCommonItems
Actually I noticed we weren't assigning the command parameter so that was the culprit. With Id and CommandParameter set things sync up fine. I am still confused why cloning via CloneService wasn't...
View ArticleRe: QAT pre-loading the QuickAccessToolBarCommonItems
Hi Austin,If you'd like us to look into the clone issue, please make a new simple sample project that shows the crash and send that to our support address. In your e-mail, please reference this post...
View Article