Questions tagged [ribbon-control]
276 questions
3
votes
2 answers
Cannot set RibbonTextBox isEnable to False
I have been trying out the Ribbon Controls and experienced a possible bug (or I am doing something wrong perhaps). If I have a RibbonTextBox on the RibbonTab, and setting the isEnabled to False or True in code behind, I can only set it to false but…

KMC
- 19,548
- 58
- 164
- 253
3
votes
1 answer
Multiple webparts and ribbon in SharePoint
I am associating ribbon to my webpart. I have a need to add more than two webparts in a page.
I do not want to have a separate contextual group/tab for each webpart. Is there a way to check if a specific group/tab exists in the current ribbon on the…

Moon
- 33,439
- 20
- 81
- 132
3
votes
2 answers
How to display tabs and ribbons when closing Excel?
I've got a macro which auto hides ribbons when this excel file opens however, when I close the file I would like these to reappear so when using other files this means I won't have to format them each time.
I've written the below code for when…

PGD15
- 183
- 2
- 15
3
votes
1 answer
Building wpf Ribbon at runtime
I am trying to databind a ribbon control for dynamic menus.
…

ecathell
- 1,030
- 13
- 25
3
votes
0 answers
WPF - RibbonWindow - Borderless Theme with Quick Access Toolbar
I am trying to use a RibbonWindow with some ribbon controls.
I am using a RibbonWindow. Out of the box, it shows up with the default windows 7 title bar. (ofcourse, I'm on Win7). The title bar also has the quick access toolbar buttons when…

Frank Adams
- 103
- 4
3
votes
2 answers
WPF Ribbon: ToggleButton groups?
I have just started playing with Microsoft's 08/2010 WPF Ribbon release. The basics appear pretty straightforward, but how would I create a RibbonToggleButton group that would allow only one button in the group to be selected at one time, similar to…

David Veeneman
- 18,912
- 32
- 122
- 187
3
votes
4 answers
Macro button under customized ribbon tab tries to open old Excel file
I created a custom ribbon tab on my Excel like Excel_app_v1.xlsm, and a button under this ribbon tab is connected to a macro. So when I click this button, the macro does some table importing applications.
The first strange thing is that I created…

user3714330
- 679
- 12
- 32
3
votes
1 answer
Disable Ribbon Button
I want to disable and NOT hide a ribbon button (specifically Ribbon.ListItem.New.NewListItem) on a particular List type. On web I could find a lot many posts showing me ways to remove/hide buttons but none really worthwhile which could tell me how…

Raghu
- 51
- 1
- 7
3
votes
3 answers
intercept RelativeSource FindAncestor
I have a WPF application which runs as a excel plugin, it has its visual tree like so
Excel
ElementHost
WPF UserControl
WPF ribbon bar control
Now any controls sitting on the WPF ribbon bar control are not enabled when the plugin is…

Pradeep
- 4,099
- 4
- 31
- 45
3
votes
3 answers
WPF 4.5 Microsoft's Ribbon: which control of RibbonApplicationMenu
I am using Microsoft's Ribbon of WPF 4.5 and developing application using VS2012 (C#) on Win 8 machine. I want to make my application show RibbonApplicationMenu like the "File"-menu of Office Word 2010, but I can't find out which control is used for…

MagB
- 2,131
- 5
- 28
- 54
3
votes
1 answer
Outlook Add-in 2013 - Animated Gif images in the ribbon
I'm developing an Outlook Add-in in Visual studio 2012 (.NET 4.5). To present information to our users I need to display an button in a custom ribbon whose image is an animated gif.
Thus far I have done the following:
1) Added the animated GIF to my…

Johnny.Minty
- 143
- 1
- 10
2
votes
1 answer
Dynamics CRM 2011: CommandProperties CrmParameter not set correctly when passed to FlyoutAnchor JavaScript function
I'm trying to create three dynamically filled FlyoutAnchor Ribbon buttons, based on the following SO answer: Add Dropdown Menu to CRM 2011 ribbon
All three FlyoutAnchor buttons use the same PopulateQueryCommand. The JavaScript function which is…

Maarten Docter
- 1,029
- 1
- 13
- 31
2
votes
1 answer
What is the good way to interface Ribbon control with Caliburn Micro?
I'm using Caliburn Micro for my project, and I decided to use Fluent Ribbon as part of the UI. My ShellView is really simple, and it's laid out like this:
Ribbon Control with 4 tabs.
ActiveItem.
The Active item is dynamically changed depending on…

Alex
- 923
- 9
- 21
2
votes
1 answer
CRM 2011 - Export Translations Issue - LocLabels Issue in Ribbon
I recently have some problems when exporting the translations of an entity. At first I thought that the problem was lying much deeper than just the ribbon.. But with some testing, I found out that it were my LocLabels that caused the problem. The…

Freeetje
- 523
- 8
- 27
2
votes
0 answers
ribbon combo box selection changed event not firing
I have a combobox in a ribbon bar as follows:

user877852
- 105
- 1
- 16