I\'m trying to mimic what every other tabular view does with the DataGridView control, but I can\'t seem to get the headers correct.
I want a blank header to the right o
While it doesn't answer your question, an alternative could be to set the AutoSizeColumnsMode to Fill.