WPF DataGrid Row Header Visibility Error
问题 I am using a DataGrid to display several fields, one of which is a multi-line description. The grid displays the data just fine until I try to hide the header rows by setting HeadersVisibility="Column" . The header rows disappear but then while I am scrolling the row header reappears for some random rows. I have narrowed it down to the column that displays multi-line description. As long as I leave this column off, then I don't have this issue. I have tried separating the lines by both "\r\n"