I have a wpf grid which is populated by a ObservableCollection dictionary. I want to make the color of the updated cell green or red according to data, then after a second the cell will be white. I mean i want to flash the updated cell.
How can i do that?
Thanks,