Browse By Tags

  • Unable to get large ribbon buttons

    I have the following XAML structure:

    <igRibbon:RibbonTabItem x:Name="ModuleLauncherTab"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft…
  • Xaml Canvas Resource as ButtonTool Icon/Image

    Is it possible (what property) to use a Xaml resource as the Icon/Image for a ButtonTool in the Ribbon?

     I have a handful of Icons created from a designer that are Xaml resources and I'd like to know if I can use those somehow or if i'll need to create…

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

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