RowHeader Style in DataGridView - Remove Shape





5.00/5 (3 votes)
Remove the triangle and star symbol from the row header in a DataGridView.
Me.DataGridView1.RowHeadersDefaultCellStyle.Padding = New Padding(3)
Use this code to avoid the triangle shape in the current row selection.