Subject Re: [IBO] Re: ib_grid.ondrawcell and ongetcellprops
Author Markus Ostenried
At 10:40 Saturday, 12.07.2003 +0200, you wrote:
>At 08:15 Saturday, 12.07.2003 +0000, you wrote:
> >Hi thanks again. Can we do something like background coloring like
> >the native grid.canvas.color. Something like that.
>
>what about using the OnGetCellProps event and there always setting AFont :=
>clWhatever ?

Sorry, I meant setting
AColor := clWhatever;

Or even more easy would be to set IB_Grid1.Color := clBlue;

HTH,
Markus