2017-12-31 164 views

Antwort

0

hier wird eine Probe zu erhöhen:

.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

Wie gilt dies für eine DataGridView-Spalte (WinForms)? – Plutonix

+0

opps, ich nehme an, ich nehme an ....... – SANM2009

Verwandte Themen