Questions tagged [ribbon-control]
276 questions
1
vote
2 answers
TRibbon Large Image problem
I am writing an Application in Delphi 2010 and trying the new TRibbon control for the first time.
All works fine, however I have a small problem:
I have added a 64x64 Bitmap in a TImageList which is assigned to my TActionManager control.
I have then…

Danny
- 141
- 2
- 8
1
vote
1 answer
wpf ribbon app menu images
In the process of updating an app using the 'old' (pre-October 2010 release) ribbon, I am having trouble replicating the xaml below.
…

Berryl
- 12,471
- 22
- 98
- 182
1
vote
3 answers
How to remove ContextMenu from parts of WPF Ribbon Control
We need to replace the context menu for the RibbonButton items, and suppress the context menu everywhere else.
We have succeeded in replacing the context menu with nothing at the top level:

Number8
- 12,322
- 10
- 44
- 69
1
vote
1 answer
How to block or disable window shortcuts when the cursor is in textbox?
I have C# WPF application and window with ribbon control and text-box. The ribbon defines many keyboard-shortcuts for the window, e.g. F1, D etc. While the cursor is in the text-box, pressing key D causes calling function associated with that…

Jan Netopil
- 11
- 3
1
vote
2 answers
Unhandled exception when adding a RibbonGroup
I am trying to implement the Outlook Ribbon in a WPF application, and the ribbon works fine. However when I try to add a RibbonGroup, I get an unhandled exception in the XAML.
Here is my code:

JMon
- 3,387
- 16
- 63
- 102
1
vote
3 answers
Three small edit-boxes no longer fit on the same columns
After the latest office update, I have found that 3 edit boxes that used to fit perfectly in the Ribbon on top of each other, no longer fit, and excel inserts an empty space instead of the third one, and pushes the third one to the next column.
Here…

Dumitru Daniel
- 571
- 4
- 19
1
vote
1 answer
Vertically center RibbonComboBox in RibbonGroup (in WPF)
I would like know whether there is a possibility to vertically center a RibbonComboBox in a RibbonGroup without setting a margin.
I tried to use VerticalAlignment and VerticalContentAlignment, but unfortunately this did not work.
This is how it…

TPS
- 41
- 8
1
vote
1 answer
MFC Feature pack in Office 2010 style
I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look and feel like office 2010.
Will you explain me how to do it?

Shashi
- 2,860
- 2
- 34
- 45
1
vote
1 answer
applications using ribbon
We're looking for applications that implemented the ribbon control just to see how developers other than MS Office team used this control. I tried googling a bit but the list is still short. Can you guys refer me to some good projects that are using…

Michal Rogozinski
- 1,713
- 1
- 17
- 23
1
vote
1 answer
Cannot hide custom control on excel ribbon
Been trying to hide a custom control on the excel ribbon and my code keeps showing the message from my RefreshRibbon() sub. The control remains visible no matter what string I pass from the HideImport() sub. I include here the XML for the custom…

Lorne
- 13
- 3
1
vote
0 answers
DevExpress Ribbon Customization Menu: Add commands to original group
I have a C# Visual Studio 2015 project and I added a DevExpress Ribbon control (v16.2.4) in my form and I set
AllowCustomization = True
How can I add commands through the Customization Form into original groups (not custom)?
I found this…

AkiS
- 47
- 2
- 9
1
vote
1 answer
Ribbon XML: Reusing UI Elements to Keep Code `DRY`
I am finding myself repeating a lot of XML when writing RibbonXML UIs.
Take, for example, the following contextMenu
Now, I also want the same…

JDR
- 1,094
- 1
- 11
- 31
1
vote
1 answer
C# WPF ribbon:RibbonTextBox vs. TextBox
After installing Microsoft Ribbon for WPF, I create a WPF Ribbon Application. For textbox, I have choices of "ribbon:RibbonTextBox" or "TextBox" - they seems to work the same to me. Anyone know of the difference between the two?

KMC
- 19,548
- 58
- 164
- 253
1
vote
1 answer
How to display two controls aligned horizontally in a custom Ribbon XML
In a group of a custom tab of a Ribon XML of a custom VSTO WORD AddIn, I need to display an editBox aligned horizontally inline with a checkBox. How can I achieve that? Following displays both the controls aligned vertically one after the…

nam
- 21,967
- 37
- 158
- 332
1
vote
1 answer
Microsoft WPF Ribbon (Oct/2010 release) - Binding to content
I have an instance of the Microsoft Ribbon within my application, and I am trying to bind the content of a RibbonGroup to a collection of images within my ViewModel in such a way that (a) the image is displayed as the large image of a RibbonButton…

Martin Robins
- 6,033
- 10
- 58
- 95