treeview flicker (goes blank)

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top