I am displaying a list of recently processed items in a Silverlight DataGrid. I really want to add a highlighting animation for newly added rows so that users would immediately notice that something did happen in the application.
How can I trigger my Sotryboard so it is played when new item is added to the ObservableCollection backing the DataGrid?