Questions tagged [ribbon]

A ribbon is an interface wherein a set of toolbars are organized using tabs. Don't use this tag for questions related to the Netflix Ribbon component, use [netflix-ribbon] instead.

A ribbon is a GUI that uses tabs of graphical controls as the main interface, in a similar way to Microsoft Office.

Some specific APIs have dedicated tags which are more appropriate, e.g. . When possible, use those instead.

Use this tag for questions related to Microsoft Office, WPF, and other similar GUIs that do not have specialized tags.

1674 questions
32
votes
5 answers

WPF RibbonWindow + Ribbon = Title outside screen?

I'm trying out Ribbon control in combination with RibbonWindow, however they fail even in trivial experiments. Created new WPF Application Changed code to example from MSDN Added reference to System.Windows.Controls.Ribbon and got rid of ribbon:…
Athari
  • 33,702
  • 16
  • 105
  • 146
27
votes
5 answers

What is the Best WPF Ribbon Control Suite?

I'm going to add a WPF Ribbon UI to my program. What is the best suite of WPF controls including a ribbon control, based on your experiences? Thanks!
steve
  • 1,545
  • 4
  • 18
  • 28
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
23
votes
6 answers

System.ComponentModel.Design.ExceptionCollection

I'm using the Ribbon control located on CodePlex, and following the tutorial located here . Once I add the reference, and the proper code in the designer I get this error when I try to view the form: Exception of type…
PsychoCoder
  • 10,570
  • 12
  • 44
  • 60
22
votes
7 answers

custom ribbon not appearing in outlook when when running a build in vs

I followed this tutorial, but when I build then run my project in visual studio a ribbon tab does not appear. I'm using outlook 2010 if that helps.
xxyyxx
  • 2,306
  • 3
  • 24
  • 34
21
votes
3 answers

Creating Ribbon Styled Applications

Using the standard Delphi TRibbon components I noticed they are not that brilliant. Firstly they dont look as nice as the Microsoft ones, for example the glow effects and colors in the TRibbon dont look as impressive as the ones used in Wordpad or…
user741875
20
votes
1 answer

How to get a "ribbon" UI component, like in Office 2007, in a Java program?

I want to create a ribbon-based GUI. I am pretty much a newbie when it comes to Java interfaces, I have used the basic Swing toolkit, but that's it. Can anyone point me in the right direction regarding what to do to get more flexibility with my UI…
Ankur
  • 50,282
  • 110
  • 242
  • 312
20
votes
1 answer

Window style with WPF Ribbon from Microsoft doesn't match Windows 8 style

I'm using the release Version of Windows 8 and Visual Studio 2012 to create a WPF application with a Ribbon control. I choose the ribbon control that comes with WPF in .Net Framework 4.5. My code to create the ribbon:
Fox32
  • 13,126
  • 9
  • 50
  • 71
19
votes
5 answers

How do you create non scrolling div at the top of an HTML page without two sets of scroll bars

How do you create non scrolling div that looks like the MS Office 2007 ribbon on a web page without two sets of scroll bars. One for the window and one for the div.
Daniel
15
votes
6 answers

WPF Ribbon - Hide quick access toolbar

how do you hide Quick Access Toolbar in a WPF's Ribbon?
redman
  • 2,115
  • 5
  • 32
  • 59
15
votes
9 answers

Ribbon UI Control for WinForms

Is there a Ribbon UI Control available in VS 2008? Will it be available if i have office 2007 installed on the development and deployment machines? EDIT: I would imagine that Microsoft would include the Ribbon UI control in VS 2008 as this is the…
Developer
  • 17,809
  • 26
  • 66
  • 92
15
votes
2 answers

VBA error 'Wrong number of arguments or invalid property assignments' when running macro via custom button

I have a macro that I call via a tab/group/button added by the Custom UI Editor -
David Gard
  • 11,225
  • 36
  • 115
  • 227
14
votes
1 answer

Ribbon sample

I am using the WPF ribbon CTP from Microsoft. However, there is no sample. I am not sure where to start. The RibbonWindow does not have a property for the Ribbon. Does anyone have a sample that works?
tom7
  • 4,062
  • 8
  • 30
  • 30
13
votes
2 answers

Custom Ribbon in VSTO Addin for Outlook 2010 doesn't display

I've got a minimal VSTO Addin for Outlook 2010 with a ribbon. My only goal is to display a ribbon (created via designer) with no functionality. From what little I can tell from MSDN ribbons should just automatically be displayed by default, perhaps…
Kaganar
  • 6,540
  • 2
  • 26
  • 59
13
votes
0 answers

Why can't third party controls be added to custom ribbon in Office PowerPoint via customUI.xml

We are trying to put third-party add-in controls onto a custom ribbon via our add-in. 1) Customization via modifying the PowerPoint.officeUI is working:
Cilvic
  • 3,417
  • 2
  • 33
  • 57
1
2 3
99 100