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
1
vote
2 answers

WPF: Custom Theme for RibbonControlLibrary

I am using RibbonControlLibrary by Microsoft. It has three predefined themes and one can use them by or
viky
  • 17,275
  • 13
  • 71
  • 90
1
vote
1 answer

Save/ load QuickAccessToolBar

I 'm using Microsoft.Windows.Controls.Ribbon, and i would like save and load QuickAccessToolBar. How I Can find QuickAccessToolBar items, in ribbon control? This is my idea to save ribbon QuickAccessToolBar OnClosing application : Get…
ígor
  • 1,144
  • 7
  • 16
1
vote
1 answer

Prism and Ribbon: Crossing regions with commands

I am building a composite WPF application with Prism and using the Ribbon Library. One thing I am having a very difficult time with is with region-crossing commands. For example, I have my ribbon in my 'RibbonRegion' and a grid view in my…
TrialAndError
  • 1,784
  • 3
  • 20
  • 41
1
vote
2 answers

Microsoft Ribbon for WPF: ribbon:RibbonApplicationMenu issue

Using the excellent Microsoft Ribbon for WPF for .NET 4 (not the .NET 4.5 build in class) I'm trying to achieve a ribbon like in Office 2010: However I cannot get the File text to be shown on the ribbon:RibbonApplicationMenu. If I change the…
Morten Frederiksen
  • 5,114
  • 1
  • 40
  • 72
1
vote
2 answers

Customize WPF Ribbon

I want to customize normal WPF Ribbon layout. As shown below I want to remove the command area of ribbon control. Please suggest any way to achieve this.
Naresh Goradara
  • 1,896
  • 2
  • 30
  • 41
1
vote
2 answers

Microsoft Ribbon´s RibbonWindow disables visual styles

i just tried to use "RibbonWindow" to integrate my ribbon menu into the window. But now, if i start the program, it looks like punched with a glitchy classic-style. This is, how it should look…
SharpShade
  • 1,761
  • 2
  • 32
  • 45
0
votes
1 answer

WPF - MergedDictionary using RibbonControlsLibrary in xaml

In code behind, this works: this.Resources.MergedDictionaries.Add(Microsoft.Windows.Controls.Ribbon.PopularApplicationSkins.Office2007Black); How do I do this in xaml?
Brian
0
votes
0 answers

Application/Window icon is not getting displayed in QAT RibbonControl

I am working with a WPF application where I have a Ribbon. I also have a Quick Access Toolbar (QAT). As you can see here the window/application icon is not being displayed, rather that place is empty. I searched a lot, I even tried RibbonWindow and…
0
votes
2 answers

Selection of multiple items

I'm working with RibbonControlsLibrary, WPF and VS2015, I need to perform an action on a selection of multi RibbonGallery. Following the images to facilitate understanding. What I've done As I want you to Follows the code as was…
0
votes
1 answer

WPF Ribbon Contextual Tab Visibility binding

I am finding it surprisingly hard to find examples of binding the visibility of a RibbonContextualTabGroup. I have a property in my code-behind that should decide when to display a ribbon tab, but everything I've tried so far has no effect. My…
E-rich
  • 9,243
  • 11
  • 48
  • 79
0
votes
0 answers

Get RibbonTab scrollbar functionality

How can I get horizontal RibbonTab Scrollbar functionality in System.Windows.Control.Ribbon like shown here:
user3329538
  • 289
  • 1
  • 5
  • 12
0
votes
1 answer

Change the WPF Ribbon Title in C#

I haven following ribbon code
Banng
  • 531
  • 1
  • 6
  • 19
0
votes
1 answer

Binding RibbonGroup.GroupSizeDefinitions does not work

We are using Microsoft ribbon control library for .Net 4.0. I was trying to bind RibbonGroup.GroupSizeDefinitions to a property of the ViewModel. If we declare the binding in Xaml as follows it is working fine.
Lasith Jayaratna
  • 107
  • 1
  • 10
0
votes
2 answers

How to style RibbonComboBox

I have described my problems with binding the SelectedItem of the RibbonComboBox. Another very ugly issue arises when trying to style this control. Starting with the unstyled ComboBox from the post mentioned above:
Mike Fuchs
  • 12,081
  • 6
  • 58
  • 71
0
votes
1 answer

How to change WPF Ribbon Menu AuxiliaryPaneContent width

In WPF Ribbon menu, width of AuxiliaryPaneContent (in RibbonApplicationMenu) is not available. How to change its width based on the items present in it?
Revathi
  • 53
  • 1
  • 7