O
Omar Abid
Hi,
I'm using a tree view to manage my tables.
The nodes are made dynamiclly, the problem that I want to create an
event when I select a node. I used the code below
treeview.selectednode.index = 0
but when I use that code the event run on all nodes and children nodes
I want to associate an index to each node to resolve that problem
Does any one had solution
Omar Abid
I'm using a tree view to manage my tables.
The nodes are made dynamiclly, the problem that I want to create an
event when I select a node. I used the code below
treeview.selectednode.index = 0
but when I use that code the event run on all nodes and children nodes
I want to associate an index to each node to resolve that problem
Does any one had solution
Omar Abid