Browse By Tags

  • XamRibbon 11.2: Disabled Ribbon Images

    How can I set a enabled and disabled image for the buttontools, so that depending on the enabled/disabled state, the corresponding image is displayed?

  • Silverlight 12.1. RibbonTool. NullReferenceException when setting Command to null.

    Hello,

    It seems that there is a bug in the RibbonTool class. NullReferenceException is raised when setting the Command property to null. Can you please fix it in the upcoming service release?

    Thanks,

    Gary

     

  • Binding of Ribbon ButtonTool Caption to a dictionary

    I've got the following scenario:

    The datacontext of my page contains of a dictionary with two key/value pairs. One holding the label translations and the other holding the object with the data.

    I've bound all labels on the page to their corresponding…

  • XamRibbon ButtonTool name

    Hi!

    How I can get button tool name from the ButtonTool_Click event on the Ribbon?

  • Binding IsEnabled - Property of a Ribbon - ButtonTool

    Hi,

    I'm using NetAdvantage_Silverlight_20103.

    I'm trying to bind the IsEnabled - Property of the a "ButtonTool" - Button, but it does'n work. (I a earlier Version (I think 20102) this worked...)

    It works on Binding a "normal…

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