Hi,
This should be simple and straight forward, but
I can't see the wood for the trees.
I want to display the text in the last column in
my string grid using a blue font - the following code snippet works
If ACol = LastColumn
then
TStringGrid(Sender).Font.Color:= clBlue
else
TStringGrid(Sender).Font.Color:= clBlack;
TStringGrid(Sender).Font.Color:= clBlue
else
TStringGrid(Sender).Font.Color:= clBlack;
BUT
the grid appears to continue drawing as it
continues to flicker - how do I stop this?
Thanks in advance
Steve Galyer