I am trying to figure out how to change the pop-up part of a ComboBox control. I am not very familiar with custom styles and patterns.
I have a specific popup like in:
<Popup
Name="Popup"
Placement="Bottom"
IsOpen="{TemplateBinding IsDropDownOpen}"
.....>
.... some content
</Popup>
I know that the ComboBox control has a pop-up name named "PART_Popup". How to replace the default implementation with mine?
thank
user302845
source
share