I want to know if there is a way to stop a treeview node from collapsing. I know about the TreeView1.Expand = False statement which you can give in the TreeView1_Collapse event. It serves the purpose, but that event gets triggered after the tree collapses and not before, as a result when there are too many entries under the node the screen gets redrawn. This doesnt look good. Is there a more graceful way of doing it ? Thanks in advance for any help.
Srinivasan
Srinivasan