Questions tagged [ribboncontrolslibrary]

The RibbonControlsLibrary.dll is a WPF Ribbon Library.

The RibbonControlsLibrary.dll is a WPF Ribbon Library. https://archive.codeplex.com/?p=wpf

68 questions
24
votes
6 answers

How to set text at the head of a RibbonApplicationMenu

I'm trying to have text in the top level of a RibbonApplicationMenu (trying to the get the word File there similar to Word or Outlook). It seems the Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu MSDN supports a SmallImageSource but no…
Brian Triplett
  • 3,462
  • 6
  • 35
  • 61
11
votes
4 answers

How to access Quick Access tool bar command `Add to Quick Access Tool` if source binding applicable

How can I add Quick Access Item container default by RibbonLibrary if I have binded collection for it. Its throws Operation is not valid while ItemSource is in use while is I add Quick Access tool item from UI.
Ankush Madankar
  • 3,689
  • 4
  • 40
  • 74
10
votes
4 answers

WPF Ribbons: Comparison of Microsoft, DevExpress or Fluent?

In the new WPF application we write, we will be using DevExpress controls suite, and will have a Ribbon. Currently, the options I see are: Microsoft - The vendor's offer, probably will get into the library on the next release DevExpress - The…
splintor
  • 9,924
  • 6
  • 74
  • 89
10
votes
3 answers

WPF Ribbon Tab view in Designer

I'm using "Microsoft Ribbon for WPF" and creating multiple RibbonTab. I cannot figure out a way to view/focus different tabs in the designer and it by default show the "Home" tab. To see design/xaml changes I made to tabs other than the "Home" tab,…
KMC
  • 19,548
  • 58
  • 164
  • 253
10
votes
2 answers

How to databind SelectedItem of RibbonComboBox

My question is basically this one. I thought it would help to provide some more information and code that makes it easier to reproduce the problem, though. Working with the Microsoft.Windows.Controls.Ribbon.RibbonComboBox from the…
Mike Fuchs
  • 12,081
  • 6
  • 58
  • 71
9
votes
3 answers

Apply Office 2007 themes for WPF application

I am using the RibbonControl from WPF toolkit. It has the Office Blue, Black and Silver themes. But the the theme is not applying for the controls in the window. Is there any solution for that? I am aplying the theme like …
Sauron
  • 16,668
  • 41
  • 122
  • 174
8
votes
2 answers

WPF :: Styling the RibbonComboBox Differently Than The RibbonGallery

I have a RibbonComboBox that is used to set font sizes. It has a RibbonGallery that lists the various font sizes, displayed in the appropriate FontSize:
8
votes
2 answers

WPF and RibbonControlsLibrary throws a BindingExpression path error without even using Bindings?

I have a question regarding WPF and RibbonControlsLibrary. I tried to find the source of this error myself but I just do not seem to be able to find it. I am using the WPF RibbonControlsLibrary from Microsoft. When using the RibbonToggleButton I get…
Thomas Huber
  • 1,282
  • 1
  • 13
  • 23
6
votes
3 answers

RibbonCommand was not found

I see the majority of WPF Ribbon examples out there use some code like xmlns:r="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary" I'm getting this error..."The type 'r:RibbonCommand' was not found. Verify that you…
knockando
  • 992
  • 1
  • 18
  • 34
5
votes
5 answers

RibbonSplitButton Command is executed twice

I am using the Ribbons Control Libary from Microsoft for WPF to privide a Ribbon in our WPF Application. We use Splitbuttons in the following way in the XAML Part:
sebastianmehler
  • 1,033
  • 1
  • 11
  • 23
4
votes
1 answer

WPF RibbonWindow doesn't show Grip to resize window

I have a RibbonWindow where my WindowStyle is set to None, so what I can't understand is what have happened to the Grip to resize the window?! Even if my controls have their Margin set to 0 in the Bottom part of them will be hidden... It's a strange…
Miguel
  • 907
  • 4
  • 26
  • 50
4
votes
2 answers

WPF, possibly ribbon control: Adding icon to title bar

I believe that the little icon in the title bar in the image below is added using a ribbon control? I've been googling for the last while and I'm not getting much help. There's a WPF ribbon control library from Microsoft, but the same from that…
Ian
  • 4,885
  • 4
  • 43
  • 65
3
votes
3 answers

RibbonControlsLibrary - how to disable minimizing?

How to disable minimizing of Ribbon control from RibbonControlsLibrary?
Rover
  • 2,203
  • 3
  • 24
  • 44
3
votes
3 answers

WPF RibbonWindow Minimize, Maximize / Restore, and Close Buttons Not Visible

So I've googled all day trying to find an answer and have come up short. I've found stuff close and maybe even found a solution and just didn't realized it but I cant seem to get the Minimize, Maximize / Restore, and Close buttons to show up (be…
Birdbuster
  • 1,499
  • 1
  • 9
  • 13
3
votes
1 answer

Error when trying to find Ribbon Control Resource Dictionary - Office2007Blue

I keep getting an error #6 (An error occurred while finding the resource dictionary "/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml") when I try an load the Office2007Blue resource dictionary that is supposed to come with the WPF…
Ryan
  • 470
  • 4
  • 15
1
2 3 4 5