WPF Animation / Processing priority
Posted
by Matt B
on Stack Overflow
See other posts from Stack Overflow
or by Matt B
Published on 2010-04-09T06:04:01Z
Indexed on
2010/04/09
6:43 UTC
Read the original article
Hit count: 502
Hi all,
I have a button which has an animation (in xaml) on it's click event. Cool so far.
Problem is that I also have processing occurring on the click event (so I can do stuff) - and this occurs first.
How do I prioritise or re-order so that the animation takes place before any custom processing...
Thanks.
© Stack Overflow or respective owner