This is in C#. If I select a row in a DataGridView with DataGridViewRow.Selected = true, the row selects just fine, but the arrow in the \"column header\" (the grey very lef
To answer the second part of you question, make sure your setting the header style for the column to centered as well.