> I believe that the work is around OnPaint Event?

Hello Med.

Yes I think it is the easier solution.

You way use grid.datalcols[0].ondrawcell and set as method:

procedure Tmyform.ondrawcell(const Sender: tcol; const Canvas: tcanvas; var
cellinfo: cellinfoty);
begin
if cellinfo.cell.row = -1 then // is fixed row
begin
// paint the canvas of fixed row, col 0 to what you want
end;
end;

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to