I don't open a new thread because mine it's similar. I want to know how to change border brush from the rows of a gridview.
Do I have to edit GridViewRow Template? I did that and it did not work.
If you can send me a sample, I woud really thank it.
1. To change the border thickness of the HeaderCells you can simply define a style which sets the BorderThickness property to whatever you desire. In the sample provided below you will see that the right thickness is set to 10 (note that the default one is 2).
2. To change the border of the row you actually need to edit the grid lines of the cell. This way you will be able to benefit from the GirdLinesVisibility property to further customize your look. In the sample attached I have edited the template of the cell to make the grid lines Red. Of course you can change that value to whatever fits your case.