Treeview Selected Node position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi again! (I bet you wish I hadnt used a Treeview by now :)

Moving away from the complications of Drag and Drop, is it possible to get
the selected Nodes position within its parent for display on the form? e.g.
Current Row: 10 out of 100

I realise I can do it by looping through the Parent Node's "Children" whilst
taking a count, but thought there may be an easier/more efficient way (nodes
can contain thousands of data items).

Thanks again!
Steve.
 
Back
Top