Questions tagged [ribbon-control]

276 questions
0
votes
1 answer

Create a Ribbon Control in Delphi with Combobox as one of the control?

I am a newbie to using Delphi 2010 to write Ribbon Control... I wanted a comboBox control with 5 to 6 lines for user to choose from on my ribbon... I've set the CommandStyle of the TActionClient to csCombobox and I had a hard time figuring out how…
Snackmoore
  • 905
  • 3
  • 18
  • 32
0
votes
3 answers

How to add buttons to DevExpress RibbonControl?

I am using DevExpress WPF MVVM Framework. I want to add buttons above the "Home" tab as shown by this image. How is it possible?
Dua Ali
  • 3,163
  • 3
  • 19
  • 13
0
votes
0 answers

as child of

I've been charged with fixing a bug in a WPF application even though I don't really do much WPF. Can't figure it out so am asking you wonderful readers of stackoverflow. I have a RibbonButton with an image specified as a LargeImageSource. Trouble…
serlingpa
  • 12,024
  • 24
  • 80
  • 130
0
votes
1 answer

How to embed or customize office type ribbon tools in windows phone 8

I am planning to embed ribbon type tool (like in Outlook) in my PhoneTextBox which would provide functionalities like Attachments, draw table etc. So any API's or Namespaces available for the same or do we have to customize and make our own custom…
Siddharth
  • 436
  • 2
  • 11
  • 29
0
votes
1 answer

How to store mail body text into a string using a ribbon button in C#?

I have a ribbon button and I want to store the mail body text, subject and senders email address into three separate string variables. The code I have been working on so far: using System; using System.Collections.Generic; using System.Linq; using…
0
votes
1 answer

What is the correct way to organize the Buttons of the ribbon when there are not too many buttons and most overlap for different Views?

I am working in an application that didn't have a ribbon before. We are making major changes in the way the functionality of the application can be accesed, but not in the functionality itself. The application offers functionality that can be…
Dzyann
  • 5,062
  • 11
  • 63
  • 95
0
votes
1 answer

VS 2012 RibbonButton Open Form

How do you get a RibbonButton to open a Form (let's say Form1)? There is a click callback on RibbonButton called "Click" but I am not sure what to do with this. I am guessing something needs to go in the VB window but I have no idea what. The MSDN…
James Satori-Brunet
  • 901
  • 2
  • 13
  • 28
0
votes
2 answers

LargeImageSource throws exception

I am new to XAML and am trying to create a basic Ribbon. I have some code here:
James Satori-Brunet
  • 901
  • 2
  • 13
  • 28
0
votes
1 answer

custom ribbon button on publishing page

I am trying to add button to page.Tried location to be Ribbon.PublishTab.Publishing. But button doesn't display.Need some help on this. Thanks Rama
user812824
  • 83
  • 12
0
votes
1 answer

How to load all tabs before Ribbon Window is displayed in WPF?

I am using WPF ribbon control of Microsoft. I have three tabs with each tab loading different WPF user-controls. I used a splash screen until the main window is loaded. After main ribbon window is loaded, once the user click another Ribbon-Tab it…
Jehonathan Thomas
  • 2,110
  • 1
  • 28
  • 34
0
votes
1 answer

How can I modify the WPF ribbon application menu dropdown position?

Is it possible to modify the application menu's drop position for the 10/2010 WPF ribbon? I think it's very unusual that a menu opens at the leftmost position, so I'd like to change that. Example: in Word 2007 (which - as you probable all know - has…
LWChris
  • 3,320
  • 1
  • 22
  • 39
0
votes
1 answer

How to reduce MS WPF Ribbon control's transparency?

Default transparency of a MS WPF Ribbon control's instance is too high in Windows 7. How to reduce MS WPF Ribbon control's transparency?
AKornich
  • 682
  • 5
  • 16
0
votes
1 answer

WPF Command CanExecute event doesn't fire unless RibbonGroup dropdown is open

I have about 5 RibbonGroups inside a RibbonTab and each ribbon group contains about 3-5 commands. To fit everything on screen, WPF Ribbon control automatically collapse few RibbonGroups into dropdown menus. Nothing special till here. Now I see that…
digitguy
  • 1,014
  • 2
  • 12
  • 29
0
votes
1 answer

WPF right align ribbon button

Is there a way to align a ribbon button to the right? I'm using Microsoft ribbon. Thanks, Raymond
Boggs
  • 133
  • 9
0
votes
1 answer

Remove "Save & Send" from File menu in Excel 2010 using custom XML

Could someone please help me modify the following XML code (Office 2007) so that it works in Office 2010? I've included my XML from Office 2007 below:
Jay
  • 73
  • 1
  • 7
1 2 3
18
19