Browse By Tags

  • BindingExpression path error with XamRibbon Application Menu 2010

    Hello,

    I am using the XamRibbon with an Application Menu 2010 with the Office 2013 theme. When opening the Backstage, the following error appears in the output:

    System.Windows.Data Error: 40 : BindingExpression path error: 'ChildDesiredWidth' property…

  • Set XamRibbon.ApplicationAccentColor to a LinearGradientBrush

    Hello,

    I am working with the XamRibbon.ApplicationMenu2010 and need to set the background color (= XamRibbon.ApplicationAccentColor) to a LinearGradientBrush.

    is there a way to achieve this?

    Thanks

    Niko

  • Hide application menu and quick access toolbar

    Hello,

    Is there anyway I can hide the application menu and the quick access toolbar like the following diagram?

    This Ribbon Window is implemented using the Ribbon Control Library (downloaded from Office UI Licensing) that is CTP by the WPF Toolkit. However…

  • Responding to a Recent Items Selection

    Hello All,

    I am using Infragistics WPF NetAdvantage 2010, Volume 2. In what follows, please assume the following definition exists:
       xmlns:igRibbon="http://infragistics.com/Ribbon"

    My top-level structure is as follows:

    <igRibbon:XamRibbonWindow…

  • Backstage Area

    Hello,

    are there any plans to implement a Backstage Area in the way it is in Office 2010.

    Regards,

    Martin

  • Application crash when adding MenuTool to the QAT

    Hi

    Here is the case. When I try to add to QAT item that is of MenuTool type, application crash (exception is caused by trying to set in cloned control ItemsSource property to the ItemsSource collection of the original MenuTool, but cloned MenuTool already…

  • XamRibbonWindow disable window icon context menu

    I'm using the XamRibbonWindow for my application. Everything concerning the ribbon and the ribbon application menu works great. However, when attempting to click on the application menu button, if I click just off of it to the top-left I'll get the standard…

  • Some graphics are not grayed out in the ribbon.

    Hi!

    I think it's quite similar to this thread, but no one replied to my post (because of the verified answer maybe).

    I have the same problem with the disabled xaml icons and also with the menu tool. The menu indicator isn't grayed out, too. This…

  • Hide Recent Items panel in ApplicationMenu

    We're not using the recent items functionality of the application menu and want to hide the whole area. Can this be done?

  • Ellipsis in recent items

    Hi,

    I'm trying to shorten the rendered width of my recent items list in the application menu of the XamRibbon.

    I've tried a textblock with texttrimming, setting maxwidth, but none of these seem to work...

    How can I do this?

  • Windows 7 classical application menu

    Hi,

    I have a question about the XamRibbonWindow: In Windows 7, the old application menu shows up when I click the upper right corner of the application menu sphere... How can I disable this?

    Thanks,

    Yvo

    -- Edit: I'm using Infragistics3.Wpf.Ribbon…

  • Add a header to an application menu menutool

    Hi,

    I would like to add a header to a menutool in the application menu.

    I would like it to be like Word 2007 -> App menu -> Print -> "Preview and print the document" header.

    How can I do this?