Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live
↧

Re: RecentDocumentManager Double Click Treated as two Single Clicks

Curious that you couldn't replicate the behavior using the code I supplied. I tried what you suggested - adding Ribbon.IsApplicationMenuOpen = false. I put it in the RecentDocumentMenu's PreviewMo...

View Article


Re: RecentDocumentManager Double Click Treated as two Single Clicks

Glad to hear closing the menu mitigated the issue, and we respect your perspective on the double-click handling. Since the current behavior is based on how WPF Button's and their associated Command...

View Article


Re: RecentDocumentManager Double Click Treated as two Single Clicks

No, there are no other scenarios that I'm trying to support. The solution you provided provided works perfectly, so I'm good. Thanks for taking another look at it.

View Article

Binding ContextMenu to parent item's datacontext

Hello, I am having trouble getting my ContextMenu to work, and I've tried all kinds of "hacks" without getting this to work. The scenario is that I in the Ribbon menu have a ribbon Group, which...

View Article

Re: Binding ContextMenu to parent item's datacontext

Hello, ribbon:Menu is really intended to be used within a menu context to give its items a menu appearance, and wasn't really built for use in a ribbon:Group. Would something like a basic ItemsC...

View Article


Re: Binding ContextMenu to parent item's datacontext

Yeah, it being in its own visual tree is what makes this difficult. Adding to that, it seems that since this all is in a DataTemplate, it complicates things further, since other examples where it i...

View Article

Re: Binding ContextMenu to parent item's datacontext

Hi Farris, I did some tests and also had trouble getting to the data context properly. But I eventually was able to rework the XAML to get the lowest level ribbon:Button to show the desired Book...

View Article

Re: Office 365 New Look (2022)

Hi There, I note that your next major release of WPFControls is out (23.1). But your website and docs still currently seem to be at 22.1. I can imagine it takes quite a long time to update this...

View Article


Re: Office 365 New Look (2022)

Hi Daniel, Actually v23.1 of the WPF Controls is not released yet. It's currently in beta testing as we work on documentation for the new Bars product being added to it. v23.1 of the WinForms C...

View Article


Re: Office 365 New Look (2022)

You're right - serves me right for not reading closely enough! I might well get in touch at a later date re: the beta. Thanks

View Article

Re: Binding ContextMenu to parent item's datacontext

Thank you, this helped me get a working solution. Will also keep a look-out for the next version!

View Article

Fullscreen mode to close/hide all the tool windows and collapse the ribbon

Hi, I want to implement a fullscreen mode option which would close all the tool windows and collapse the ribbon so the workspace takes as much space as possible. My problem I am facing is when mo...

View Article

Re: Fullscreen mode to close/hide all the tool windows and collapse the ribbon

Hi Daniel, We don't currently have anything built into Docking/MDI for a fullscreen mode, but as you said, you can implement it by saving a tool window layout, closing all tool windows, and then ...

View Article


ContextualTabGroup purpose of Color/Label

Hi, I wanted to ask how to implement the ContextualTabGroup appearance (atleast portion of it) in the ribbon when migrating from a very old version of Actipro (10.1.0521). I understand that when sw...

View Article

Re: ContextualTabGroup purpose of Color/Label

Hi Martin, We have updated Ribbon over time to follow Office's appearance changes to the ribbon. In the v20.1 updates, we matched Office at that point and removed all custom title bar chrome for...

View Article


Re: SplitButton ScreenTip

Found this request while looking for the same feature. Is this still not available? Would it be possible to achieve it by modifying the SplitButton template?

View Article

Re: Simplified ribbon

Hello, We wanted to let everyone know that the ribbon option for a Simplified layout mode is now fully available in the new Bars product's Ribbon control, which released in the WPF Controls 23.1 ...

View Article


Re: How to change the ribbon to normal toolbar

Hello, We wanted to let you know that the ribbon option for a Simplified layout mode is now fully available in the new Bars product's Ribbon control, which released in the WPF Controls 23.1 versi...

View Article

Re: SplitButton ScreenTip

Hi Lars, We don't have properties to directly set the screen tip content for the separate parts of the split button, but in the original Ribbon product you can handle the ScreenTipOpening event (...

View Article

Re: SplitButton ScreenTip

Thanks for the suggestion! Also helped me with avoiding the Tooltip (not Screentip in that case) on a SplitButton Popup Menu.Is it intentional or a bug that a tooltip defined on the SplitButton i...

View Article
Browsing all 1458 articles
Browse latest View live