Methods of loading a listview and treeview with over 1000 items without delay/flicker,...

  • Thread starter Kerem Gümrükcü
  • Start date
K

Kerem Gümrükcü

Hi,

i am looking for a way to clear and fill a listview and
right after a treeview nearly flicker and delay free. The
TreeView and Listview contain Images and about 1000
Items. What can someone recommend me how i can do
this, with as less delay and flicker as possible,...

What are the right steps and methdods for this. What to
do before clearing tree- and listview and what to do while
loading the list- and treeview and what to do after finishing
loading them,...

What is the fastest and flicker-free'est method for this?

Thanks in advance,...

Regards

Kerem


--
 
M

Marc Gravell

Well, you can try wrapping the changes in BeginUpdate()/EndUpdate() -
that will probably solve everything.

If not, try creating it hidden then showing at the end, ensuring
buffering is enabled, or using VirtualMode (a bit extreme for 1000 items).

Marc
 

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

Top