我有一个DataGrid,其中我将列内容绑定到一个列表,该列表在后面的代码中发生了变化。
每当更改单元格值时,我都想更改单元格背景几秒钟。
<DataGrid.Columns>
<DataGridTextColumn Binding="{Binding Path=number}" IsReadOnly="True" Width="195"/>
</DataGrid.Columns>
它应该看起来像这样: !(https://ibb.co/ZGW8qn2)