As the title mentions, does VisualStateManager.GoToState return once the state transition completes if I specify UseAnimation = true? Or does it return instantly and the animation runs later?
As the title mentions, does VisualStateManager.GoToState return once the state transition completes if I
Share
There is an extension of VSM here that allows for executing a delegate after the transistion completes.
http://adammills.wordpress.com/2010/09/09/visualstatemanager-execute-after-transition-finished/