I tied to remove this white area from datagrid's row.
The reason of white area unwanted is for design purposes. I want to change the color of this place or remove it completely from datagrid.
I tied to remove this white area from datagrid's row.
The reason of white area unwanted is for design purposes. I want to change the color of this place or remove it completely from datagrid.
Copyright © 2021 Jogjafile Inc.
Short Way
In Your
DataGrid
object, ChangeHeadersVisibility
property to ColumnLong Way (More Styling)
You have to apply new styling for `RowStyle` in `DataGrid`, This way allow you to change the color or customize the entire row header.Focus on
DataGridRowHeader
, Delete the line makes it disappear, ChangeBackground
property to make it black or the color you need.