Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- From: cyberonix@xxxxxxxxxxx
- Date: 30 Mar 2006 13:51:49 -0800
Actually I never could figure out how to do it through code. I finally
ended up using two grids. One was visible and the other invisible.
Instead of scrolling the visible grid I scrolled the invisible grid
instead and did a TextOut to paint the invisible grid's text contents
to the visible control. That way the visible control never actually
scrolled but it looked like it did as the TextOut updated its
appearance. Voila... the center "highlighted" cell never actually moved
and so I got no ghosting.
.
- Follow-Ups:
- Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- From: J French
- Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- References:
- TStringGrid.DrawCell - Not Updating The Correct Cell
- From: cyberonix
- Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- From: cyberonix
- Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- From: cyberonix
- Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- From: alanglloyd@xxxxxxx
- TStringGrid.DrawCell - Not Updating The Correct Cell
- Prev by Date: Re: array with same value all the time?
- Next by Date: Dbimage ??? no scrollbars
- Previous by thread: Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- Next by thread: Re: TStringGrid.DrawCell - Not Updating The Correct Cell
- Index(es):
Relevant Pages
|