Fluent Ribbon Control Suite is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF).
Questions tagged [fluent.ribbon]
3 questions
0
votes
1 answer
How to use ApplicationCommands with Fluent.Ribbon?
I have a fluent.ribbon with the traditional buttons cut, copy and paste and try to hook up to the corresponding ApplicationCommands. However, the buttons are disabled and doesn't work as e.g. when having them in a menu. How can I use…

EricaC
- 131
- 1
- 11
0
votes
0 answers
MRU Menu with Fluent.Ribbon - Can't wire Command to ModelView
I'm new to WPF and am trying to build an MRU (most recently used items) menu with the Fluent.Ribbon library.
Some digging in example code and the internet lead me to this point where I can generate the menuitems in splitbutton based on my list or…

Kempeth
- 1,856
- 2
- 22
- 37
0
votes
1 answer
Vertically Centering MenuItem text in a Fluent Ribbon with C# WPF
I'm working with Fluent.Ribbon, and I am desperately trying to vertically center the text of second level menu items. I actually wouldn't mind making second level have the same style as first level items if that would be easier.
From digging through…

David
- 4,744
- 5
- 33
- 64