This is a VB .NET application where we are showing the output of a SQL statement in a Datagrid view. using .NET 2005.
We need to get the seperators of the headers on the grid control to be the same colors as the GridColor on the form. See the picture below:
We've tried looking through all of the properties of the DataGridView control, and found some interesting things that looked promising such as the DataGridViewAdvancedHeaderStyle, and DataGridViewHeaderBorderStyle, but none of it seems to allow you to change the colors on it.
Does anyone know how to do this without remaking the entire thing with a GDI+ control?