Results 1 to 2 of 2

Thread: Flicker of Listview

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Location
    Aberdeen
    Posts
    4

    Question

    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

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width