Hi,
I'm trying to expand child nodes of the currently checked node in my tree view, tried to use the below piece of code which does the following things-
1. Find the node by passing node text
2. Try to expand child nodes of currenly checked node.
The
node1.ExpandChildNodes() is unable to expand the node, not sure, please let me know the fix or is this something bug in treeview control.
Thanks,
Vivek