Reputation: 185
How to align header text in left, any one help
Upvotes: 2
Views: 1650
Reputation: 187
Try playing with the padding of the header and the rows:
this.ColumnHeadersDefaultCellStyle.Padding = new Padding(0);
this.RowsDefaultCellStyle.Padding = new Padding(5);
Upvotes: 4