caeanis Posted June 16, 2008 Posted June 16, 2008 I have a VB.NET treeview control that is five levels deep. I am trying to figure out how to determine which level a given node is at. For instance if the hierarchy is as follows: Root Branch Bough Limb Leaf I would like return the value that the currently selected node is at, be it branch or limb or whatever. Is there a built in property in the the Treeview that returns this or is the a relatively simple way code for it? Quote
caeanis Posted June 16, 2008 Author Posted June 16, 2008 I did find another way to do what I was trying to do but that is what I was looking for, didn't know about that property, thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.