Is thickness animation for stackpanel in WP7?
I want to change margin of stackpanel, but Visual Studio can’t find this type of animation. How to do it?
Also question, how to set this animation to VisibilityChanged EventTrigger?
PS: I tried to set animation in XAML.
Thanks.
I have got code similar to http://www.codeproject.com/Articles/92928/Thickness-animation-in-Silverlight-Margin-Padding to work in WP7.
Hope that helps