Browse By Tags

  • How to add ApplicationDefaults to QuickAccessToolbar?

    In my project I need to add items to QuickAccessToolbar, see WordPad sample below. 

    I found how to add tools to QAT itself here https://www.infragistics.com/help/winforms/wintoolbarsmanager-add-a-tool-to-the-quick-access-toolbar

    But I cannot find how to…

  • Save Only Quick Access Toolbar Tools Between Sessions

    Hello, I would like to save the contents of the Quick Access Toolbar between user sessions, but not the rest of the ribbon toolbars. Currently I have a main form with a ribbon,and several MDI child forms with ribbons.

    I am not opposed to homebrewing…

  • Customize QuickAccessToolbar's Context Menu

    Hello,

    Please let me know how to customize the ContextMenu of QuickAccessToolbar (under Ribbon of UltraToolbarsManager), so that the buttons "Show Below the Ribbon" and "Minimize the Ribbon" could be removed(or hidden, atleast) from the…

  • Problem with adding tools on Quick Access Toolbar

    Hi.

    Mouse button right click on a ribbon tool popups menu with offering  "Add tool to Quick Access Toolbar".

    That works fine with button tools. But it causes trouble with state button tools (application just collapses).

    How could it be handled…

  • Customize Quick Access Toolbar

    Hi,

    Within the Quick Access Toolbar is there is a way of giving users the ability to change the ordering of the tools without removing them and adding them again? In Office if you right click on the toolbar you have the "Customize Quick Access Toolbar…

  • Quick acces icons

    Hi!

    I'm using a ribbon, an if i add to QA a button from the tabs , it displays right, but if I try to add an item from the main menu, it shows an icons that looks as its picture is missing (white rectangle with x)

    Any ideea why? Or how should i…

  • Setting minimum size on ribbon caption area

    On a ribbon, adding more entry to QAT will squeeze caption area to a point before it puts additional QAT in what I call "extended QAT area". Is there a way to set that point (minimum caption area)?

  • Quick Access Toolbar Size with Contextual Tabs

    I have a Quick Access toolbar and some contextual tabs.  I have two tools on the QAT by default and when none of the contextual tabs are visible both tools are displayed.  When a contextual tab is displayed, the QAT collapses down to 1 tool.  Is there a…

  • QAT ButtonTool with ImageAndText

    Hi Infragistics,

     

    I am struggling with the QAT, where I am trying to show a ButtonTool, with both image and text. Nomatter what I do, I can only see the image. How do I show a text as well?

     

    Br 

    Thomas

  • How do i set an image for a ribbongroup on the Quick Access Toolbar?

    Hi,

    Ive been trying to enable the Quick Access Toolbar on our applications ribbon, but im encountering a problem with ribbon groups. If i add a ribbon group to the QAT, it simply shows it as missing an icon (the red "x" icon appears).

    Whereabouts…

  • Background for HotTrack and PressedAppearance for ControlContainerTool in the QAT

    Hi Infragistics,

     

    I have created a UserControl for use in the QAT. I have no problem setting the Background for Appearance, but nothing happens when I set Background (or other Properties) for HotTrackAppearance and for PressedAppearance. Please let…

  • Prevent adding a ribbongroup to QAT by user

    Hello,

    the user can add almost all tools in the ribbon to QAT regulated by AllowMultipleInstances.

    How can i prevent adding a group by contextmenu to QAT ?

    Thanks

    Björn

  • Customizing the Ribbon's Quick Access Toolbar

    Hello,

           Is there a way to customize the ribbon in such a way that the little arrow beside the Quick Access Toolbar is hidden?

     Thanks,

     Remus

  • Hide Ribbon Context menu

    Is there a way to hide the contextmenu on a ribbon?

    I've tried this with a creation filter, but I can only remove the child elements, but not the parent ToolbarListMenuControlUIElement, so an empty "context menu" is still shown

     

            #region IUIElementCreationFilter…

  • LoadFromXML vs. InsertTool

    I have a form with a ribbon.  This form contains an mdi manager.  If I load another form with a ribbon and set the mdi parent of the 2nd form to be the first form the 2 ribbons merge.  This is what I expected.  I add a few tools from the second form to the QuickAccessToolbar…

  • Re: QAT ButtonTool with ImageAndText

    Hi Aphelie,

    I have digged a little in my solution to this.

    What I did, was to create my own control, containing a UltraToolbarsManager, with exactly one button, that shows both image and text. You need to put in some code to handle correct size according…