Animating Thickness and Margin Properties in Silverlight
This is just an update to Ben Lemmon's solution his solution only explains how to do it from code, i changed the code so its possible to set it up using xaml.
using System;
using System.Net; … more