Board index » delphi » TStringGrid Cell width question
Ken McClain
![]() Delphi Developer |
Mon, 04 Feb 2002 03:00:00 GMT
TStringGrid Cell width question
I seem to be seeing a discrepancy in the actual width of a column and the
DefaultColWidth in TStringGrid. Here is the problem: I set the DefaultColWidth to 100. Then I use the following DrawCell handler: procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer; This handler draws a text string that looks like this for the cells in Col The problem I have with this is that this seems to indicate that the cell Thanks |