-
Listview Flickering
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
-
Re: Listview Flickering
There is one LockWindowUpdate API call. Could you try that?