hi,
i have a tree view which gets populated using object. if i have 4 nodes and click on top one it gets expanded at the bottom.
e.g.
node1
node2
node3
node4
if i click on node1 i get
node1
node2
node3
node4
node1 children
here is my code treeview.add(newnode)
can you guys help me please.