Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Style for ComboEditorTool
posted

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 styled combobox shown inside of the infragistics one. How could I change the apperance of the comboeditortool to fit my style?

Thanks in advance
Stef