Browse By Tags

  • Highlight the selected row xamDatagrid

    Hello everyone,

    i select row in xamdatagrid through code but the problem that the selected row doesn't get highlighted(or animated).Im using Office2k7Black theme so when i select a grid row through mouse it highlights the row with somewhat orange…

  • 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…