2011-01-09 25 views

回答

14

我想通了自己。

填充DataGrid后,我叫下面的方法:

datagrid.ClearSelection(); 
0

使用此去除WPF应用程序行选择:

DataGridName.UnselectAll();