I would like to animate when items are added/removed from an ItemsControl. Does anyone have ideas/links on how to achieve this?
I think fading-in should be doable by attaching an animation to the Loaded event. Fading out seems it would be much harder, though.
As for sliding, when an item disappears, I want the rest of the items to slide to collapse the space. This also seems tricky.