Browse By Tags

  • XamRibbon - MenuTool force to resize

    Hi
    I have a question regarding the XamRibbon menu. In my solution I use a XamRibbonMenu where I have a MenuTool and a label, I want to arrange the two of them to be one under another (in one column), I want the MenuTool to change in size but not the predefined…
  • App consumes 100%CPU after adding 10th ribbon group to ribbon

    After I added a new ribbon group to my ribbon bar, the application consumes 100% CPU at startup and the main screen never appears. If I remove the XAML code for the button group the application starts as it should.

    I removed several thousand lines of…

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