M
Marcolino
Hi I have a little problem with Treeview expand.
So I'll try to explain.
I Have one node and some subnodes like this
+Nodes1
|------Subnodes 1
|------Subnodes 2
+Nodes2
|------Subnodes 3
|------Subnodes 3
and so on....
Well if Nodes2 is selected, and I'll click on + Nodes1,in the
AfterExpand and AfterCollapse event I'll got handle for Nodes2 (the
selected one) and not for the clicked one on + to expand.
I need to get the handle for node wich i clicked + and no the selected
one.
Is there a way to do what I need?
Many Thanks
So I'll try to explain.
I Have one node and some subnodes like this
+Nodes1
|------Subnodes 1
|------Subnodes 2
+Nodes2
|------Subnodes 3
|------Subnodes 3
and so on....
Well if Nodes2 is selected, and I'll click on + Nodes1,in the
AfterExpand and AfterCollapse event I'll got handle for Nodes2 (the
selected one) and not for the clicked one on + to expand.
I need to get the handle for node wich i clicked + and no the selected
one.
Is there a way to do what I need?
Many Thanks