WPFのDataGridですが、EnableRowVirtualization="true" EnableColumnVirtualization="True"の設定をしている時に、スクロールをすると下記のエラーが出るのですが、
どうしたら、エラーを改善できるでしょうか??
System.Windows.Data Error: 40 : BindingExpression path error: 'IsReadOnly' property not found on 'object' ''DataGridList' (HashCode=26085238)'. BindingExpression:Path=IsReadOnly; DataItem='DataGridList' (HashCode=26085238); target element is 'DataGridRow' (Name=''); target property is 'NoTarget' (type 'Object')
あなたの回答
tips
プレビュー