Click to See Complete Forum and Search --> : Listview Flickering


Giri
January 5th, 1999, 05:47 PM
When listview control is updated frequently and randomly it flickers too much.


Since only one row is updated, WM_SETREDRAW message makes no difference as after updating one row the display is enabled.


I did use listview messages like LVM_SETTEXT etc. to change the listitem and subitem values. But, listitems collection does not get updated by that method.


Has anybody got a solution to this problem ?


Thanks very mcuh


Giri

Ravi Kiran
July 23rd, 1999, 04:32 AM
There is one LockWindowUpdate API call. Could you try that?