2017-12-31 255 views

答えて

0

の高さを増加させるためiwantは、私が使用していますサンプルです:

.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 
    } 
+1

これはDataGridView列(WinForms)にどのように適用されますか? – Plutonix

+0

opps、私は思った....... – SANM2009

関連する問題