Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TStringGrid Refresh problem

Status
Not open for further replies.

ibel

Programmer
Joined
Feb 12, 2002
Messages
4
Location
ES
Hi all,

I am using a TStringGrid in a dialog with a TStringGrid. This Grid is bigger than the width of the dialog, so I used the scroll bars. When I try to use the horizontal scroll bar of the grid, some of the information that was previuosly showed in the cells appear besides the actual information. I don't know how to clean this, because the information begins to merge and it looks like a mess!

Any ideas about that? ;-)

Thanks a lot for your help

Mª Isabel Cabeza Corroto
 
Have you tried putting update in the on TopLeftChanged for the String Grid, I have found that sometimes you need to use Application.Update; Kind Regards, Paul Benn

**** Never Giveup, keep trying, the answer is out there!!! ****
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top