Search code examples
silverlight-4.0childwindow

Is it possible to get rid of the ChildWindow animation is Silverlight?


In my opinion, the animation is too long and too "jumpy" - I'd like to remove it or make it more subtle. Possible?


Solution

  • I think you have to re-template the ChildWindow. Check this link so you can copy the default template and make your desired changes to the animation.