简体   繁体   中英

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

在此处输入图片说明 [![enter

How to align header text in left, any one help

Try playing with the padding of the header and the rows:

this.ColumnHeadersDefaultCellStyle.Padding = new Padding(0);
this.RowsDefaultCellStyle.Padding = new Padding(5);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM