ListView with no repaint
- Posted by Aku <aku4 at crosswinds.net> Aug 26, 2000
- 426 views
Ditulis 26-8-2000, 17:31 pake kalong I am using Win32Lib 0.50c++ by david cuny and matt levis. I created a ListView with style LVS_REPORT. but while I add items using addLVItem, it is very slow, because it repaint/refresh the listview window each time an item is added. I made a program like that in VB but it's fast, because the listview is not refreshed/repainted (the scroll bar does not move). so how i can make the listview not refresh until idle. sorry for my terrible english -- Aku