
The ComboBox has the default animation.If I want that the Animation of the ComboBox doesn't show or the Animation shows faster.How to realize it?
Other controls just like ContextMenu、PopupButton、SplitButton and so on.
The ComboBox has the default animation.If I want that the Animation of the ComboBox doesn't show or the Animation shows faster.How to realize it?
Other controls just like ContextMenu、PopupButton、SplitButton and so on.
Hello, this post on StackOverflow talks about a system-wide parameter you can probably override to prevent animations:
http://stackoverflow.com/questions/3160467/how-to-disable-wpf-contextmenu-animations
I don't think we set any animation-related properties on the Popups used in the template for controls like SplitButton. So they should be using whatever app defaults are in place.
Please log in to a validated account to post comments.