Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Animation when data value changes
posted

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?