|
-
Sep 27th, 2000, 10:42 AM
#1
Thread Starter
New Member
Hi
I was wondering if anyone knew of a way to reduce the flicker of the screen when the files in a listview are populated from a folder on a treeview?
Thanks
-
Sep 27th, 2000, 11:06 AM
#2
Have the treeview set a flag when a "populating event" is taking place. Subclass the listview and ignore the WM_PAINT message while the flag is set.
You may have to manually call the .refresh method when you're done populating though....
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
|