ListBox redraw

G

Guest

Hi.
In order to speed up adding items to a list box, I should prevent the list
box from being redrawn for each item added (I have approx. 1000 items). Is
there something equivalent to BeginUpdate()/End Update() in the compact
framework? Should I perhaps use the WM_SETREDRAW message? How do I do it?

Sincerely,
Gudni G. Sigurdsson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top