Browse By Tags

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