Is there a relatively easy way to change how a datagridview formats a row when it's selected. To be more precise, I want to put a heavy border around the selected row and leave the SelectionBackColor at it's current setting instead of the default blue color.
I'm open to other methods for making the selected row stand out as long as it doesn't change the cell color. Changing the font size/style/color/etc. is also not desired.
I'm open to other methods for making the selected row stand out as long as it doesn't change the cell color. Changing the font size/style/color/etc. is also not desired.