Board index » delphi » StringGrid: make Blue go away!
Ben Crain
![]() Delphi Developer |
Wed, 10 Apr 2002 03:00:00 GMT
StringGrid: make Blue go away!
I have a StringGrid, cells populated with strings via
StringGrid.Cells[j,i]:= 'some string '; looping through all the cells. Default Drawing is set to true, and the DrawCell event is used to format particular cells (namely, to draw a thick line on some of their borders, in order to divide the SG, viewed as a matrix, into submatrices). This Thanks, Ben Crain |