Browse By Tags

  • Ribbon ToolMenuItem Command not working

    ToolMenuItem Command is not working. Where it is wrong??
    <igRibbon:MenuTool Caption="Export" 
    		SmallImage="Export16.png"
    		LargeImage="Export32.png">
                                    
        <igRibbon:ToolMenuItem Header="Export Selected"…

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

  • MenuTool sensitivity not updating properly

    Hi, I have a ribbon that contains a MenuTool with a ButtonType of 'Segmented.' This menutool has a command set "delete" but *not* added to the Items collection, and a second command "delete all" that is added.

    In the gui this…

  • Applying an ItemTemplate to the MenuTool

    When I assign a DataTemplate to my MenuTool.ItemTemplate, the ItemTemplate is being ignored by the MenuTool (and the object's ToString() method is being shown instead).  Are custom DataTemplates supported for the MenuTool?  It works fine in any other…

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

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

  • Re: Commands in Gallery

    Thanks for the hint Andrew. I tried the solution with the ItemClicked Event, but it was already handled. So I use the PreviewMouseLeftButtonUp Event instead.

    galleryMenu.PreviewMouseLeftButtonUp += new MouseButtonEventHandler(this.GalleryMenuPreviewMouseLeftButtonUp…