Hi,

Im trying to use a treeview control to navigate through records on a different form, setting the position of the bindingsource on that form to the index of the selected node.

Now, the nodes I select are child nodes, so I need to get the index 5 if I select the first childnode under a parent and there are 4 other childnodes under different parents. As it is, I get index 1.

Do you know how I can solve this problem?

Fuga.