Browse By Tags

  • How to stop minimizing of XamRibbon.QuickAccessToolbar

    Hi, I am trying my hardest to find out how to prevent the xamribbon.quickaccesstoolbar from minimizing/collapsing to a drop down, can anyonr point me in the right direction on how to stop this?

    Thanks. 

  • hide / disable tab panel in xamribbon

    Hi

    Is it possible to hide / disable the ribbon tab panel? I would just like to use the QAT and ApplicationMenu.

  • 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…

  • How to save changes to QAT

    How can I save changes to QAT? For example a user may add a shortcut from Ribbon to QAT? Currently, if I restart the application, the QAT will not show the added icon. How can this information be saved?

    Thank you!

  • QAT item added event

    Hello,

    is there an event or something else to find which item has been added to qat just when i add an item to qat? I want to get the item i added last.

  • Combobox in a Quick Access Toolbar does not get populated.

    I have a XamRibbon with a tab in it. In the tab, I have a RibbonGroup with a combobox in it. The combobox has a statically populated list. Now, when I add the RibbonGroup to the Quick Access Toolbar, the combobox in the QAT does not have any data populated…

  • 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…

  • Save and Load QuickAccessToolbar.Items

    I get item.Target property (an ID value) from ControlXamRibbon.QuickAccessToolbar.Items and I save them into Settings. I want to programitically load them into QuickAccessToolbar again from Settings. But when i rerun the application those Target values…

  • Is an event fired when items are added to / removed from the QAT?

    I need to store the specific list of tools that the user places into the QAT so I can restore them to the QAT the next time they start the app.

    Is an event fired when a tool is added to or removed from the QAT? I couldn't find anything in the documentation…

  • Null reference in QATMenu.EnsureVisualState

    We have a SL application built suing SL4, but currently using IG 11.2 ribbon. We've a couple of error messages appear occasionally. I'm assuming they may be related.

    [Arg_NullReferenceException]
    Arguments:
       at Infragistics.Controls.Menus.Primitives…

  • Ribbon with QuickAccess

    Hello,

    I am using the XamRibbon in my project. I'd like to know if  i can use the XamRibbon without TabItem and  the drop-down arrow in the QuickAccess. I'd like to use just the Menu and QuickAcces.

    Like this:

     

    Thank you

  • Re: Combobox in a Quick Access Toolbar does not get populated.

    Hi,

    Any updates on the above issue?

    Hoping for your help,

    Thanks,

    Nihar.

  • Re: How to save QAT State

    Hello Krasimir,

    I tried the mechanism from your sample in my application, where the ribbon is filled at runtime.

    In the first try, I got exceptions like these all the time:

    UnhandledException: System.InvalidOperationException: An item with the specified…
  • How to disable "Add to Quick Access Toolbar" for button

    Hi there,

    I would like to restrict the user from adding several buttons to the QaT. I don't want to completely disable that ability for all buttons, just a select few. Is there any built in way to do this?

    I tried setting the IsQatCommonTool="False…

  • Anyone else Having Issues with QuickAccessToolbar in Version 8.2.20082.1002?

    I've been developing a prototype for quite a while and up until today had not noticed any issue adding an item to the QAT.

    Yesterday, however, I started assigning images to various controls. Today I wanted to see what would display in the QAT if…

  • Cannot set OverridesDefaultStyle property in the default Style.

    Getting the above errror while changing the theme of the XamRibbon using the following code:

    this.xamRibbon.Theme = radioButton.Tag.ToString();

    where  the radioButton's tag property contains the theme values like "Office2k7Black", "Of…

  • Queries regarding XamRibbon

     Hi there,

    There are couple of queries regarding the XamRibbon which we want to

    1- We have defined the short Cut Key for the commands in application Menu and they are working all well but we been unable to show to the user whihc short cut key is applicable…

  • Quick access tool disabled.

    I am adding a RibbonTab dynamically to the Ribbon control (it is a contextual in natire i.e. it is displayed based on some conditions). In the Ribbon Tab I have defined a tool which I want to display in the Quick Access toolbar. So, I am setting the IsQatCommonTool…

  • Customize QAT

    Hi

    Is it possible to remove the QAT Menu (black triange)? If not, is it possible to have the QAT always on top that means remove the option "Show Below the Ribbon" from the menu?