Browse By Tags

  • Animation when data value changes

    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…