How do I change the animation in a ComboBox for loading the popup that has the list of items?
(without having to make a template for the ComboBox in order to access the popup)
How do I change the animation in a ComboBox for loading the popup that
Share
To access the popup, one can do something like this:
Where obviously comboBox is your ComboBox. The key part here is that “PART_Popup” is the name of the popup in the ComboBox template (at least in the WPF toolkit).
So an example of a full piece of code, called when the ComboBox is loaded: