I can't figure out how to flash the background colour of a cell when it's underlying data item changes.
Is it even possible?
I have a xamdatagrid, bound to an
ObservableCollection<MyType> where MyType:IPropertyChanged
I'd like to play a xaml storyboard that animates a change in the background colour of the cell that displays the changed property
Any ideas?
Hello,
The attached sample demonstrates animation upon cells being updated in XamDataGrid using random number generation.
Sam