Browse By Tags

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

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