LVM_INSERTITEM very slow in vista/W7

Posted by nikos on Stack Overflow See other posts from Stack Overflow or by nikos
Published on 2010-04-04T06:22:35Z Indexed on 2010/04/04 6:33 UTC
Read the original article Hit count: 393

Filed under:
|
|

in a large listview control collection (say 5000 items), adding a SINGLE extra item can take 10+ seconds in windows vista/7, and that's just the LVM_INSERTITEM message handling

it looks that it only affects LVS_ICON, LVS_REPORT and LVS_LIST are still very fast

can anybody confirm this?

the same code on windows XP with similar listview window styles adds an extra item instantly

thanks nikos

© Stack Overflow or respective owner

Related posts about listview

Related posts about windows-vista