Questions tagged [fluent-ribbon]

"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

45 questions
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
5
votes
2 answers

Backstage Button doesn't close Backstage

In Office 2010 when a Backstage button is pressed the Backstage would automatically close. For example I have a Backstage with New, Open and Save buttons. When I click on a button the Backstage is not being closed - I suppose that's not the…
nyn3x
  • 909
  • 1
  • 11
  • 28
5
votes
1 answer

Show buttons in Fluent Ribbon backstage

I've the following XAML for defining a Fluent Ribbon:
Jepessen
  • 11,744
  • 14
  • 82
  • 149
4
votes
2 answers

Automation of Close, Maximize, Minimize Button in Fluent(Codeplex) Ribbon - WPF Application

I am trying to Automate the fluent Ribbon Controls (www.fluent.codeplex.com). I am successful in automating most of the controls. But there is an issue like Close, Maximize and Minimize Buttons are not recognized or identified by UI Automation…
4
votes
1 answer

Fluent ribbonTabItem not visible in designer?

i am Using the Fluent-Ribbons to create my view in wpf. to have a better organisation of my code i wanted to put the different RibbonTabItems into their own files. The problem is: the designer does not show the content of the ribbontab. I only see…
Markus
  • 195
  • 1
  • 11
4
votes
1 answer

Change view when selected ribbon tab item changes

I'm using Fluent ribbon in a MVVM application. For each tab item I associate a view and a view model (set a new DataContext). How can I change the view and the view model (DataContext) each time when the selected tab item is changed ? It would have…
Tudor Cret
  • 202
  • 1
  • 5
  • 10
3
votes
1 answer

Set xaml icon in fluentribbon button

I use fluentribbon and mahapps for my GUI and want to have a button in my ribbon with a icon. I want to use xaml icons like this (not a file). So i need to set Path in the fluent:Button. I tried the following but its not working - Button is blank…
MrWoffle
  • 149
  • 2
  • 10
3
votes
1 answer

Wpf Fluent Ribbon Menu Keytips hiding when expanding

I have Fluent Ribbon control. The Ribbon menu item Keytips are showing incorrectly, before, after, I have fixed row height for ribbon menu.. how to solve the prob, thanks Here is my code:
3
votes
2 answers

How to bind a button icon to the selected item of a drop-down list?

In a WPF application and using the Fluent Ribbon Control Suite, I have a DropDownButton that opens up a Gallery that lets the user select a color. Here is the XAML that creates the button:
tolsen64
  • 881
  • 1
  • 9
  • 22
2
votes
1 answer

Fluent Ribbon SelectedTabItem or SelectedTabIndex

I'm using Fluent Ribbon in a MVVM design pattern, with a View/ViewModel. My goal is to change the body according to which tab is selected. I could use either SelectedTabItem or SelectedTabIndex and lookup the corresponding view. However, neither…
Jeff Willener
  • 749
  • 4
  • 9
2
votes
3 answers

How to change the Fluent Ribbon UI backstage color

How do I change the color of the Fluent Ribbon UI backstage menu which is – by default – blue?
Marius Schulz
  • 15,976
  • 12
  • 63
  • 97
2
votes
3 answers

Hide Ribbon Tab Headers in the FluentRibbon Suite Controls for WPF

I'm using the Fluent Ribbon Control Suite, to develop an application, and i would like to be able to use the ribbon control using one single tab and hidin the tab selection area. Here there are some picture to show what i want to achieve.
2
votes
0 answers

WPF Fluent Ribbon Compile Problems

I am trying to compile the latest Version of the Fluent Ribbon (e709a1f6bb2e) for .NET 3.5 with Visual Studio 2008 but I got several problems with that. After removing the empty (?) Office2007 Theme and the Metro Theme (which created problems), the…
bolia
  • 131
  • 7
2
votes
1 answer

First Group Definition in Ribbon not displaying icons

I'm attempting to use the Layout Definitions in the Fluent Ribbon. The problem I'm having is that it is not displaying the icons on the buttons inside the first Group Definition. This is the appropriate snippet below:
1
vote
1 answer

How do I access to the resources in the Fluent Ribbon Control Suite?

I'm developing a WPF application that uses the Fluent Ribbon Control Suite and i'd like to use its 'themes' in the rest of the application. Specifically, when you choose to use the Blue theme
mortware
  • 1,910
  • 1
  • 20
  • 35
1
2 3