"Fluent.Ribbon is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF). It provides controls such as RibbonTabControl, Backstage, Gallery, QuickAccessToolbar, ScreenTip and so on." https://github.com/fluentribbon/Fluent.Ribbon
Questions tagged [fluent-ribbon]
45 questions
0
votes
1 answer
Need to specify TextBox style on each view in WPF
I'm developing a WPF application using Catel & Orchestra Framework as I did in past.
In this particular application, it seems that if I don't specify the style inside the UserControl's resouces it doesn't apply
So I've to do in each view
…

advapi
- 3,661
- 4
- 38
- 73
0
votes
2 answers
WPF Ribbon Headers not showing
I meet a problem with Fluent Ribbon. I didn't change anything in XAML, but all Headers of my buttons disapeared. I don't know if it is a bug, or simply a shortcut to change appearance and Hide/Show headers.
Here is how looks the ribbon :
And how it…

Siegfried.V
- 1,508
- 1
- 16
- 34
0
votes
2 answers
Implementing the Fluent Ribbon Suite
I am trying to use the Fluent ribbon suite but it's giving me error after error after error and I've not changed a single thing about it yet, I downloaded and read the entire walkthrough and search all over the web but couldn't find any help trying…
anon271334
0
votes
1 answer
Fluent ribbon split button list update items source
Xaml:
ViewModel:
public ObservableCollection
- > TestSource { get; set; }
Update Method:
public void UpdateSource(ObservableCollection
- >…

IBRA
- 1,502
- 3
- 24
- 56
0
votes
0 answers
Fluent ribbon tab color
Hello I am making an Edit tab in fluent ribbon that I would like the color to be different when it shows up. I currently have it showing and disappearing like it is supposed to. However, I cannot seem to have it show the correct color while it isn't…

JamTay317
- 1,017
- 3
- 18
- 37
0
votes
1 answer
Catel Orchestra theme only works in designer?
Hello I'm trying to apply a theme to Fluent Ribbon but unfortunately it doesn't work. But what interesting in the visual studio designer everything works. Here is the code with I try to do it, and one more question. How to disable full screen mode…

user45245
- 845
- 1
- 8
- 18
0
votes
1 answer
Error finding the resource dictionary [Fluent.Ribbon]
I have added fluent.dll as reference. After that add a folder on my project called "Themes" and pasted the all theme folder on "Themes" directory. On my application.xaml i have added the below code i.e

Ashis Biswas
- 747
- 11
- 28
0
votes
1 answer
Property elements cannot be in the middle of an element's content?
I just started working with the Fluent Ribbon and am trying to get through the Walkthrough, but I'm having trouble with creating a Contextual Tab. I've added the code for the ContextualGroup and the RibbonTabItem bound to it, but I'm getting an…

CaptainDave720
- 21
- 4
0
votes
1 answer
UI Element throws exception when added to control-collection
I'm trying to load my AddIns for my application in another Thread. The process is time-consuming and the application freezes visibly long on startup. The system works as following:
A xml file defines the controls and types which should be added to…

SharpShade
- 1,761
- 2
- 32
- 45
0
votes
1 answer
WPF Ribbon Fluent:DropDownButton + Caliburn.Micro event
I'm trying to use a DropDownButton from the Fluent ribbon control in a WPF application using Caliburn.Micro.
So far, everything is good. I see a list of my Unicorns as GalleryItems in the DropDownButton.
The only problem is that I could not get the…

juFo
- 17,849
- 10
- 105
- 142
0
votes
2 answers
Invalidate doesn't hide tabs
I am trying to push the limits of my understanding of the Fluent Ribbon/RibbonUI system in the Office 2007/2010 framework.
Coupling that with my knowledge and understanding of XAML design for WPF/Silverlight, i wanted to see if i could dynamically…

GoldBishop
- 2,820
- 4
- 47
- 82
0
votes
1 answer
WPF Fluent Ribbon KeyTip shortcuts not firing commands
I'm using the Fluent Ribbon. I'm trying to get the KeyTips working. It works fine for navigation, as I can navigate about between tabs and everything displays correctly. My problem is nothing happens when i finally try to run a command. Take the…

CodeMonkey
- 3,418
- 4
- 30
- 53
-1
votes
1 answer
Can't get Item Container from Backstage in Fluent Ribbon
I cannot get item container from the ListBox in Backstage. Say, I have the following Backstage:
…

JohnyL
- 6,894
- 3
- 22
- 41
-1
votes
1 answer
Icon Badge on Fluent Ribbon button control in WPF
I am new to WPF and trying to show badge at the top right corner of button image. Button is being displayed on Fluent ribbon. I have come across nir's answer here which looks good but i don't know how to apply this to button control.
iPhone like red…

user1263981
- 2,953
- 8
- 57
- 98
-1
votes
2 answers
WPF - get all children from code
Here is my problem : I created a programm with Fluent ribbon, and when I want to disable a ribbon, I need to use the following code :
Code WPF :

Siegfried.V
- 1,508
- 1
- 16
- 34