Here is a solution for standard windows controls in C#.
To hide the row headers you can use the property RowHeadersVisible and set it to false.
To make the row headers smaller you can use the property RowHeadersWidth.
Here is a solution for standard windows controls in C#.
To hide the row headers you can use the property RowHeadersVisible and set it to false.
To make the row headers smaller you can use the property RowHeadersWidth.