Traverse TreeView Items

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

Guest

I have a TreeView with 4 levels I need to implement Next and Back capability
, my problem in how to traverse the tree to achieve this task.
 
The TreeView has a Nodes property for root nodes and each TreeNode has also
a Nodes property for children. Each TreeNode has also PrevNode, NextNode and
Parent properties.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

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

Back
Top