Hi.
I hope someone can help with this small problem on a DataGridView.
I want to be able to put a thick black line under row 4 of my DataGridView, regardless of how many columns there are. Let's say it would be approximately 3 times wider than the standard horizontal gridline.
How can I do this in C# (my DataGridView is programmatically created)?
I also need to make sure that the grid is still visible between the cells so I can identify the columns easily.
Thanks in advance for any help given!
Sean.