Questions tagged [ribbon-control]
276 questions
2
votes
1 answer
Can I add customized control to ribbon?
Is there a way to add a customized lookupedit to DevExpress.XtraBars.Ribbon.RibbonControl? In my RibbonPageGroup, I can right click to add controls including LookUpEdit. But if I want to add my customized control to RibbonPageGroup, is it allowed…

spspli
- 3,128
- 11
- 48
- 75
2
votes
1 answer
Delphi 11 Alexandria Ribbons Classic Controls support
With Delphi 10 Seattle the Ribbons Classic Controls were included in the regular shipment.
Starting with Delphi 10.4 Sydney the Ribbons Classic Controls have to be installed via GetIt-Package-Manager. So far so good.
Now, with Delphi 11 Alexandria I…

complete_stranger
- 753
- 4
- 18
2
votes
1 answer
How to Set HorizontalContentAlignment in RibbonButton
In normal WPF Button control, HorizontalContentAlignment can set the Content of the Button the left. But in RibbonButton control, there is no Content, but replaced by Label, which cannot be aligned by HorizontalContentAlignment.
How to horizontal…

KMC
- 19,548
- 58
- 164
- 253
2
votes
1 answer
Adding to existing ribbon in Outlook c#
I would like to be able to add a button into the outlook ribbon, the idea is that when you access your calendar it would show in the "Home" ribbon. How would I go about doing this, ideas or links?
Thanks.

Berbies
- 303
- 1
- 5
- 17
2
votes
1 answer
RibbonControl: center Title
I'm using the Microsoft RibbonControl on a UserControl (it needs to be so we can host it on a stub form to host the WPF in our MDI system). Sadly, the title of the Ribbon displays Top/Left in the ribbon's header, and it looks ridiculous. How do I…

Stu
- 15,675
- 4
- 43
- 74
2
votes
2 answers
Should I use a ribbon bar interface when re-designing an application
We are in the process of designing a new User Interface for our main application. Opinion is divided in our office as to whether we should use a ribbon bar interface or not. I personally prefer it from the point of view that it looks very modern and…

Matt Wilko
- 26,994
- 10
- 93
- 143
2
votes
1 answer
Word 2007 Ribbon - Properly aligning controls in a group
I am not able to properly align the controls in a group in custom ribbon in Word 2007.
In the above screenshot you can notice the textboxes and the dropdowns are not properly aligned. Following is my CustomUI ribbon XML:-

Ashish Gupta
- 14,869
- 20
- 75
- 134
2
votes
2 answers
RibbonControlsLibrary XamlParseException issue VS 2010
I have an issue with RibbonControlsLibrary, from the beginning I'm not able to use those controls in my C# apps. The problem appears randomly, mostly after reboot. Sometimes reboot helps and it starts to run properly (without any code changes!).…

Saadh
- 39
- 1
- 6
2
votes
2 answers
SharePoint 2010 Ribbon on Application pages
I'm trying to create a SharePoint 2010 application page (AKA layout page) to display some information and allow users to perform some custom functionality.
I need to display custom ribbon tab for the functionality that I want to perform. And I want…

webdev
- 21
- 1
- 3
2
votes
2 answers
Cannot enable a Ribbon button programmatically
I developed a VSTO 4 add-in for Excel. It works perfect, however, I have a button placed in the custom tab of its Ribbon control that is initially disabled.
After clicked other ribbon button in my custom tab, I need to enable the initially disabled…

jstuardo
- 3,901
- 14
- 61
- 136
2
votes
2 answers
How to programmatically add a RibbonTab to WPF Ribbon (October 2010 release)?
Does anybody know a way to programatically add a RibbonTab to a Mircosoft WPF Ribbon? I can't find an example or at least a property to use in neither documentation nor Ribbon's intellisense.
I found many entries all over the web suggesting…

backyardKiwi
- 199
- 1
- 2
- 10
2
votes
0 answers
Exception in RibbonGallery when Windows dpi value is 125% or greater
I am using a RibbonGallery in my WPF application.
ViewModel:
public ObservableCollection MenuBar { get; set;…

Moiz
- 21
- 3
2
votes
1 answer
Microsoft Ribbon for WPF (4.0.0.11019)
I am using the latest WPF Ribbon control downloaded from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4&displaylang=en
In Windows XP, the Ribbon application window’s title bar looks like from Windows…

Vishal
- 215
- 4
- 14
2
votes
2 answers
Add custom group to Home tab in Outlook 2010 using VBA
Can't seem to find any simple VBA tutorials for adding a custom group to the Home tab in the Outlook 2010 ribbon.
Shouldn't it be a couple of simple steps involving something like traversing objects in the Home tab and programmatically add the group…

Trindaz
- 17,029
- 21
- 82
- 111
2
votes
1 answer
RibbonMenuButton Style and template
Hi I need to change the look of RibbonMenuButton, but I am not able to find its style, part or template on internet. Neither I am able to generate a copy from blend or vs designer. So if anyone has its control template please share

Shivam cv
- 526
- 5
- 16