Browse By Tags

  • XamRibbonWindow and Windows Aero color scheme in Vista

    Hello,

    When I enable the Aero color scheme in Vista, my xamRibbonWindow is not working properly.  First of all, I cannot see the min, max and close buttons at the top of the window frame.  Second, the top of the window frame is transparent and I cannot…

  • KeyTip for Open set as "O" is ignored and appears as "B" instead

    The keytip for Open is set to "O" but appears as "B". Code example:

    <igRibbon:ButtonTool Caption="Open" KeyTip="O" LargeImage="Ribbon\Images\FolderOpen32.png" IsEnabled="False" AutomationProperties…
  • Problem installing XamRibbon Nov CTP

    The Readme.mht provides the following as one of the steps for installing:

    Install the XamRibbon assembly (Infragistics3.Windows.Ribbon.v7.2.dll)
    into the Global Assembly Cache (GAC) by dragging it from its folder into
    C:\Windows\Assembly (i.e., the…

  • Tracking Tab Selection

    I'm attempting to adapt the XamRibbon to run as a region in PRISM.  It made the most sense for me to base the ribbon's adapter off of the tab or selector adapter as there's a concept of the currently selected tab.

    I'm however, not finding…

  • Unable to change size of ButtonTool in XamRibbonApplicationMenu2010

    There is a similar post:
    MaximumSize of RadioButtonTool cannot be "ImageAndTextLarge"

    Am I missing something - am unable to affect the size of the graphic

    Example page:
    ApplicationMenu2010.xaml

    If I change the MaximumSize="ImageAndTextNormal…

  • Dynamic Height on Groups

    Is there anyway to style the Ribbon Group area so shrink and expand height based on content?

    So lets say I have on Tab and a Single Group and theres only 1 item in there.... Theres a bunch of leftover real-estate... wondering if it could be dynamically…

  • Using XamWebRibbon on production Applications

    Hi,

    unfortunately ribbon control seems like a CTP version and not a release.

    It has many bugs and many mandatory features are not implemented...

    Is there any list with the known bugs, and when they will be ready?

    Many of the bugs are show stopper…

  • [BUG] XamWebRibbon Refresh Caption Problem

    Hi,

    There is an issue with the Tools Showing on QAT and Customize QAT menu. (10.1 SR)

    If you change a tool's caption at runtime, the link shown on the Customize QAT menu is not refreshed...

    Is there any quickfix or workaround for this issue?

    Thanx…

  • missing xamwebribbon

    When I look in C:\Program Files\Infragistics\NetAdvantage 2010.1\Silverlight\Bin

    There is no assembly for the xamwebribbon.

    Was this a seperate download?

    Thanks.

     

    Bill

  • [BUG] MenuTool in Ribbon doesn't expand

    Hi,

    I'm using the lastest version of your XamWebRibbon control, and I found a rather annoying bug which is critical for my application.

    I'm trying to dynamicaly add items to a MenuTool, which is embedded into a RibbonGroup.

    The items are all ButtonTool…

  • Infragistics XamRibbon End-User Customization Dialog

    The Infragistics Silverlight XamRibbon got a configuration dialog in NetAdvantage 2012.1!

    By default it is accessible from the Quick Access Toolbar drop down menu –> More Commands. The new configuration dialog is also accessible by right clicking the…

  • XamComboEditor inside XamRibbon

    Hi,

    I have been trying to put XamComboEditor Control inside XamRibbon. Is this something can be achieved or not? I placed Combobox inside ribbon successfully but not the XamComboEditor. I am getting some error saying Property 'Template' was not found…

  • TrimColor stopped working since SR 2065 (i think since 2021)

    If you add a ribbon control to a form, add an application2010Tabitem and open the backstage item, the trimcolor effect does not appear. On samples it is ok, it uses the release infragistics dll's (2005)

    Is there any workaround for this issue?

    Regards…

  • Re: Combo Box inside XamRibbon for SIlverlight Controls 10.3

    Using the example code, how do I databind the selected item?

    Also is there any plans to add a combobox tool to the toolset.  The microsoft Ribbon bar has combobox tool?

     

    Thanks

     

  • Ribbon Control Performance

    I tried to upgrade from v11.2 to v12.1 and realize that when I select a tab on a ribbon that contains several tools it takes more time to show the content of the tab. 

  • [XamRibbon] Display helpicon

    Hi *,

    is there a way to add a help button between the title bar and the ribbon?  If you look at Office 2007, there's an help icon on the right hand side.

    thx

    fabian 

  • Re: Minimizing A Form With Ribbon Control

    In the long term, we will migrating to a WPF environment, but short term we wanted to start leveraging it now. Is there any way to address the issue?

  • Ribbon ComboBox Editor how to bind to a class

    I'm trying to figure out how to bind the Ribbons Conbobox editor to an object. I have the ItemsSource working ok, but I can't seem to figure out how to get the selecteditem to bind to the class. 

     

     

     

    <igRibbon:ComboEditorTool Capti…

  • Scenic theme problem in XamRibbon

    I created MVVM application which is support themes and I created a menu in application menu of xamRibbon for changing theme by Commands. But it seems facing a problem whith Scenic them explaind belew:

    In my scenario: when setting current them of application…

  • Xam RibbonBar Tab

    Hello,

    I have Xam Ribbon bar, in that ribbon bar we are supposed to show 12 tabs.The problem is that we are not able to see more than 9 tabs in the control. If we increase the number of tabs then some of the previously added tabs gets shrinked.  Is there…

  • XamRibbonWindow behaviour under XP and Windows7

    Hello,

    we are using NetAdvantage v10.3 for .Net 4.0 and discovered, that the XamRibbonWindow shows some unexpected effects on both operating systems. Now, of course, we wonder whether these things are bugs or just misunderstandings on our side.

    The…

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

    Hi,

    Any updates on the above issue?

    Hoping for your help,

    Thanks,

    Nihar.

  • Hide the ApplicationMenu Circle in the Ribbon

    Hi,

    Is there any way to not show the Application Menu in the Ribbon? I just want to use the XamRibbon.Tabs

    Thanks,

    Andreas

  • Re: No Scenic Ribbon theme for WPF :(

    Hello,

    Since our 10.3 NetAdvantage for WPF release we have support for the Scenic Ribbon Theme.

     

  • Style for ComboEditorTool

    Hi,

    I'm using a ComboEditorTool and would like it to use my application specific combobox style.

    Style comboBoxStyle = this.application.TryFindResource(typeof(ComboBox)) as Style;
    comboBox.ComboBoxStyle = comboBoxStyle;

    Doing this causes my styl…