Get first Child Node of TreeView

  • Thread starter Thread starter Alan Z. Scharf
  • Start date Start date
A

Alan Z. Scharf

Hi,

I have a two-level tree view

Group1
Item1
Item2.....
Group1
Item1
Item2.....

When the user double clicks on a top group level to open it up, I'd like to
set a string variable to the first child node of that top-level group name.

What is the syntax to do that?

Essentially:
----------
strTopLevel = Me.treeName.SelectedItem.Key
strFirstChildNode = ???????


Thanks.

Alan
 
Back
Top