|
-
Nov 11th, 2002, 08:17 PM
#1
Thread Starter
Registered User
problem with flexgrid flickering
In a timer I am updating the contents of a flexgrid. The problem is that as I amend each line the flexgrid flickers which I can't stand.
The next thing I tried was using LockWindowUpdate api to lock a flexgrid while I make some changes to it then unlock it when I am finished, which prevents the flexgrid from flickering and I was happy for a while. Only problem is that when the application is minimized, my desktop flickers which looks terrible.
Anyone else have any other suggestions?
-
Nov 11th, 2002, 08:19 PM
#2
Frenzied Member
Have you tried setting the grid's .Redraw = False, make changes to the grid, and reset .Redraw = True?
-
Nov 11th, 2002, 08:23 PM
#3
Thread Starter
Registered User
-
Nov 11th, 2002, 08:24 PM
#4
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|