How to prevent listview from redrawing when setting its columns width?
Windows API
2
Posts
2
Posters
5
Views
1
Watching
-
I am already using WM_SETREDRAW but the listview still redraws itself during LVM_SETCOLUMNWIDTH calls.
Happy coding, Philipp Kursawe
-
I am already using WM_SETREDRAW but the listview still redraws itself during LVM_SETCOLUMNWIDTH calls.
Happy coding, Philipp Kursawe
Try to subclass the window, and ignore WM_PAINT messages until column resizing is done. Good luck -Waldemar