DataGridView内容居中显示

Posted yunchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DataGridView内容居中显示相关的知识,希望对你有一定的参考价值。

DataGridView1.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter ‘标题居中
DataGridView1.RowsDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter ‘内容居中

以上是关于DataGridView内容居中显示的主要内容,如果未能解决你的问题,请参考以下文章