Ribbon for WPF

Discussion Forums

Post about Ribbon for WPF suggestions, bugs, workarounds, and request support in this forum.

NOTE: This product is being deprecated in favor of the Bars for WPF product, which has a much-improved Ribbon control. Please make sure that any posts for the newer Bars version of the Ribbon control are made in the Bars for WPF forum instead.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,095)

  Date Thread Details
2009‑03‑12
2,809 views
"hello, I am using the actipro Ribbon control for the Context menu, my requirement is to show the shortcut menu on th..."
2009‑03‑03
5,938 views
"Why does setting Selector.IsSelected = true on a Tab in a ribbbon not quite work? I am trying to stick to my m-v-vm ..."
2009‑03‑06
3,612 views
"Hello, I'm handling some memory leaks in our application and I've found a strange leak when we use your styl..."
2009‑03‑05
2,840 views
"Is there a way to activate a popup button with the keyboard? We've got one with an applicationmenu inside, but w..."
2009‑03‑05
4,272 views
"Is there a way to make the button perform a click when the user presses the enter key when the button has focus (like..."
2009‑02‑26
4,949 views
"System: .NET 3.5, Windows Vista, 64-bit RibbonCommandUIProvider provider = new RibbonCommandUIProvider..."
2009‑02‑24
2,613 views
"I'm setting the InitialColumnCount property on my PopupGallery, and it is coming up looking exactly like I'd ..."
2009‑02‑24
6,182 views
"In the normal WPF ContextMenu, if I add commands to MenuItems in a context menu, the keyboard shortcut is displayed, ..."
2009‑02‑25
3,395 views
"When using the RibbonWindow and performing a Maximize/Restore, layout is performed twice. This is a problem because I..."
2009‑02‑19
2,927 views
"Hi, I'm just playing with the GroupVariants on a tabgroup, and it appears to me that they will still Collapse ..."
2009‑02‑17
3,422 views
"I have a SplitButton with a Menu containing several normal Buttons as PopupContent. Each Button in the menu is meant ..."
2009‑02‑13
2,659 views
"Hi, I have a problem related to QAT, that the "More Commands..." option is not getting enable at all in ..."
2009‑02‑16
5,646 views
"This may or may not be a bug but I'll give you guys the benefit of the doubt :P <ribbon:Ribbon Name=&qu..."
2009‑02‑17
3,099 views
"Hi all, I have a ribbon bar with 4 tabs and multiple groups/buttons in each tab. I am hiding/showing groups/but..."
2009‑02‑13
5,814 views
"I have an Application Menu defined as follows: <ribbon:Ribbon.ApplicationMenu> <ribbon:ApplicationMenu..."
2009‑02‑13
8,896 views
"If Window2.Execute() is activated by pressing input gesture (F4), e.Parameter is null. If activated by mouse click, p..."
2009‑02‑13
3,647 views
"Hi, How can I add an input gesture 'Ctrl + Z' that fires a specific method in my application to the ribbon:B..."
2009‑02‑11
11,651 views
"If I put this XAML into the Ribbon: <CheckBox IsChecked="{Binding Path=DisableOverlayCaching}" Content=..."
2009‑02‑10
2,623 views
"Hi Owen, Sorry but gallery items need to be selected via the GalleryBase.SelectedItem property. You cannot select..."
2009‑02‑10
4,271 views
"Hello, I use a ContextMenu in PopupButton in a StatusBar <ribbon:RibbonWindow.StatusBar> ..... ..."