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
100
How do I change the popup style for the XamComboEditor?
posted

I tried changing the  

  <Popup x:Name="PART_Popup"

part of both 

  <ControlTemplate x:Key="ComboEditor_EditableComboBoxTemplate" TargetType="{x:Type ComboBox}">

and

  <ControlTemplate x:Key="ComboEditor_NonEditableComboBoxTemplate" TargetType="{x:Type ComboBox}">

but my chages are ignored.

 

Any help will be appriciated.

 

Thank you.