创建下载经理的Im 和我的WPFDataGrid
,必须收集代表持续下载的物体(单独线上)。 当我有多次下载时,每个人都使用该代码更新其
if (DateTime.Now > download.LastUpdateTime.AddSeconds(1))
{
this.downloadsGrid.Items.Refresh();
download.LastUpdateTime = DateTime.Now;
}
<代码>Datagrid.Items.Refresh() do the work, but it res the full DataGrid
, causes alldowns to Update each others DataGrid
rows several meetings in one second,而且我不想采取这种行动。 在