G
g
Hi, this similar scenario that I posted recently but this one is closer to
what I need. This is a treeview on expand event.
What I need is:
If Node.key = "A1" Then
TreeView1.Nodes(NOT EQUAL TO "A1").Expanded = False
End If
I wanted my treeview to open each node one at a time here.
Thank you very much
what I need. This is a treeview on expand event.
What I need is:
If Node.key = "A1" Then
TreeView1.Nodes(NOT EQUAL TO "A1").Expanded = False
End If
I wanted my treeview to open each node one at a time here.
Thank you very much