How to align Column Header Text in to left Datagridview Windows Form C# -


enter image description here[![enter

how align header text in left, 1

try playing padding of header , rows:

this.columnheadersdefaultcellstyle.padding = new padding(0); this.rowsdefaultcellstyle.padding = new padding(5); 

Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -