C
Charles Crawford
Hi,
I see a lot about TreeView flickering while adding nodes to a treeview
control, but not really about what I'm experiencing.
I'm adding nodes to a TreeView control, but first, to ensure I don't
already have a node somewhere in the tree with the same name, I
perform a recursive search of the nodes for nodes containing a
specified text value. The TreeView control flickers while searching
the nodes.
I've tried using .SuspendLayout() and .ResumeLayout() before and after
each search is initiated, but it still flickers. Any ideas on how I
can keep the control from flickering while searching the nodes?
Thanks,
Charlie
I see a lot about TreeView flickering while adding nodes to a treeview
control, but not really about what I'm experiencing.
I'm adding nodes to a TreeView control, but first, to ensure I don't
already have a node somewhere in the tree with the same name, I
perform a recursive search of the nodes for nodes containing a
specified text value. The TreeView control flickers while searching
the nodes.
I've tried using .SuspendLayout() and .ResumeLayout() before and after
each search is initiated, but it still flickers. Any ideas on how I
can keep the control from flickering while searching the nodes?
Thanks,
Charlie