如何在visual studio中自定义dataGridView单元格
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在visual studio中自定义dataGridView单元格相关的知识,希望对你有一定的参考价值。
我想自定义dataGridView单元格的大小,我该怎么做?我想增加细胞的高度
答案
这是我正在使用的示例:
.Grid td { //these are data cells
background-color: #d7e1e5;
color: black;
font-size: 10pt;
line-height: 200% // Adjust the height here
}
.Grid th { //Header cells
background-color: #007FFF;
color: White;
font-size: 10pt;
line-height: 200% // Adjust the height here
}
以上是关于如何在visual studio中自定义dataGridView单元格的主要内容,如果未能解决你的问题,请参考以下文章
如何在visual studio中自定义dataGridView单元格
在 Visual Studio Code 中自定义语法突出显示
Visual Studio javascript 智能感知自定义