标签: c# wpf select row
我将SelectionUnit="FullRow"设置为WPF DataGrid,但是当我选择它时,它似乎仍然专注于点击鼠标的单元格。
SelectionUnit="FullRow"
WPF
DataGrid
如何不关注任何单元格并只选择一行?