Does anyone know of a good, animated ItemsControl for Silverlight, or an easy way to implement it?
Bascially, I am looking for something that allows the items to fly in/out when the items are added/removed from the ItemsSource.
I tried re-templating the ItemsControl to use the RadWrapPanel from Telerik, but that wasn't quite what I was looking for. Realistically, an animated StackPanel would be nice.
I have also seen examples of doing this in Silverlight 4, but not with Silverlight 3.
Any thoughts?