Browse By Tags

  • Remove the "Lock the toolbars","Customize.." from the toolbar right click

    Hello,

    want to remove the "Lock the Toolbars","Customize.." from the tool bar right click. And also want to add the "Large Icons" option to the right click on tool bar..how to add this option and handle the click event of this newly added option.…

  • Assign image to a MdiWindowListTool Command

    I am looking for a way to set the image of the Commands associated with a MdiWindowListTool: Cascade, Tile Horizontal, etc.  There does not seem to be a direct way to do this.

    Thanks.

  • UltraToolbarManager - 32 vs. 64 bit OS

    We have an application using an UltraWinToolbar and "open" it up so that a user can customize it (i.e., drag icons from the Customize dialog to the toolbar and/or drag icons off the toolbar). The feature we are invoking for the toolbar to allow either…

  • bringintoview the ribbon must be visible

    Using version 8.3

    Following code always returns "the ribbon must be visible". even when it is visible.

     

     

     

    If UTM.Ribbon.Visible = True Then

    UTM.Ribbon.Tabs(0).BringIntoView()

     

     

    End

    The object exists at this point and can…

  • Getting the selected item value from a combo box on the ultratoolbar

    I have placed an ultratoobarsmanager control onto my winform and have added a combox tool to this. I have added the values I wish to have available to uses, using the built in value list.

    I now wish to track what option a user has selected and added…

  • The Caption height of ultraToolbarsManager

    Hello
    How can I know the Caption height  of ultraToolbarsManager ?
     
    and, Can I change the height?
     Shiri
  • Custom Keyboard Layout and ability to enter spec characters

    Hi,

    we have a problem. Our customers in Latvia at corporate environment cannot change Regional Settings and uses custom Keyborad Layout (created with The Microsoft Keyboard Layout Creator). And they cannot enter special Latvian letters using programs…

  • How to determine which control caused context menu to popup?

    How to determine which control caused activation of a context menu?

    My Application dynamically creates UltraTree controls on TilePanels. Each UltraTree, once created, is added to the ultraToolbarsManager1 with the SetContextMenuUltra(newUltraTreeControl…

  • Close All Windows tool in MdiWindowListTool doesn't trigger ToolClick event

    I need to add custom code to my application in case the user clicks on the "Close All Windows" tool in my MdiWindowList but the ToolClick event in my WinToolBar is not being triggered.

    Any help will be appreciated.

     

  • Implementation of Command Design Pattern With Infragistics

    Hi  ,

    I would like to know if anyone tried to implement the command pattern with infragistics tools. if anyone have an example it would be great.

    tnx in advance.

  • Is possible hide caption of RibbonGroup?

    I want to hide caption of RibbonGroup to get more space on this.

    Currently, a RibbonGroup have 3 line. But I want it have one or more line. How can I do this

    Is possible hide caption of RibbonGroup?

    Thank you.

    Regard

  • How can i change caption's color of a floating toolbar?

    I have a Floating Tool bar with caption is "Formating..."

    How can I change color of this caption.

  • How to set a disabled image in a Toolbar?

    Hi,

    The requirement I have is to set a disabled image to the toolbar and do not let the toolbar to "generate" the disabled image. How could I do this?

    Thank you,

    Ioan

     P.S. A quick and short answer would be appreciated.

  • Toolbar disposal taking long time

    Hi, I work for spillman Technologies and we are using your infragistics2.win.v7.3 etal in one of our products.  We have noted that it takes a long time for our application to close, so profiled the application to see the hot spots while closing.

    We think…

  • Ribbon Button Image

    Hey there, how can I change the image of the Start Button of the UltraExplorerBar Ribbonmenu? I couldn't find it yet.

    Regards David

     

  • Is it possible to add a custom control to a ribbon gallery?

    Is it possible to add custom controls to a ribbon gallery? A usability specialist has asked me to implement a ribbon gallery with the following features:

       * It contains a graphical display of data that varies over time
       * The data is laid out more like…

  • Form and controls flicker when maximezed and having the ribbon

    Hello,

    I have a WinForms application that flickers (a few pixels left and the right again) when having a ribbon on it and being maximized.

    Prerequisites:

    1. Create a WinForms app.
    2. Add a UltraToolbarsManager and set ShowRibbon.
    3. Add a few controls on the form…
  • Quick Questions StateButton Toogle

    Some days the easy stuff just aint so easy. :)

     I just can't seem to get to the property for toogling the statebutton (ie checked). I'm using the ribbon mode, I have a group with a statebutton.

    In code i'm trying to find the "checked" property…

  • How to make ButtonTool to redraw when Enabled is changed

     Hello,

     I need to enable a toolbar button in run-time. The button is invisible and disabled at the time when the toolbar is created.

    The code makes it enabled but the button is not re-drawn at the enabled state:

    ButtonTool save = (ButtonTool)ultraToolbarsManager1…

  • ToolBar Overflow dropdown is empty

    We are using the UltraToolsManager ver. 8.2 with the 2011 hotfix, and it seems that when our app is resized to the point where the toolbars create the overflow dropdown it does not get filled with the missing icons. Is there a property or something which…

  • UltraWinToolbars & CompositeUI err

    Hi all, I'm getting this error: An unhandled exception of type 'System.ArgumentException' occurred in Microsoft.Practices.CompositeUI.dll Additional information: UI element must be a Infragistics.Win.UltraWinToolbars.ToolBase These are my…
  • PopupControlContainer and ControlContainer errors with control references

     I'm currently working on a project that's using the Infragistic ribbon controls.  The basic layout of the "main" form in the project is a form with a ribbon and a standard TabControl.  Once the application is started, it dynamically adds…

  • How to Measure text's width of ComboBoxTool

    When changed System Font to be extra large font how can I get the width of the text of comboboxtool?

     

  • Custom Imagesize in Ribbon Tab

    Greetings,

     For an application I need to display 24x24 pixel Icons next to each of the captions of the ribbon tabs. But when I set the Settings.Appereance.Image property of the RibbonTab to a image of this size, the image is scaled down to 16x16 pixels…

  • Checkbox glyph in toolbar not showing tooltip, mouseover highlight

     Hallo,

    I have some StateButtons visible in the toolbar, and if their ToolbarDisplayStyle is Button then they highlight nicely when the mouse goes over them (at least in the 'not pressed' state), and show tooltips.

    However, if the  ToolbarDisplayStyle…