I am adding a bunch of items to the listview control.
I want to add the first 100 items or so and add the rest using a refresh or DoEvents procedure. The problem is that
the control repaints itself after each item is added. Is
there a way to shut off the repaint after the first 100 items
have been added?




Reply With Quote