Group: Forum Members
Last Active: 7 Years Ago
Posts: 18,
Visits: 2
|
Hello,
I wish to iterate through the NTreeList and collect a particular subitem for each row.
With a listview I did something like this: 'For Each lvItem As ListViewItem In ListView3.Items ' pmStationList.Add(lvItem.SubItems(1).Text) 'Next
I am not sure about the NTreeList
Any ideas?
|