Get first Child Node of TreeView

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top