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
Printable View
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
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....