treeview flicker (goes blank)

G

Guest

I have a treeview control and am implimenting some sort code to resequence
the nodes in the tree. I've got this working.

However, when I let the code run without interruption, the treeview goes
blank and then the nodes all reappear, as if the tree is refreshing. When I
step through the code, this doesn't happen. I've looked for a refresh or
repaint command, but cannot find one.

Any ideas?
 
G

Guest

Dale,

Have you tried setting the hot tracking to yes? I use a treeview as well in
a db an I get the flicker when a large set of data is being loaded into the
form. By setting the different checkboxes within the properties of the
treeview you might be able to tackle it. I don't us the move option within
the treeview however so that might be causing a refresh as well.
 

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