Get size/location of a node in the treeview.

Knockz

Member
Joined
Mar 18, 2008
Messages
9
Programming Experience
Beginner
Does anyone know how to get the location and size of a node in a treeview?

Is this possible? I was able to do it in a checkedlistbox but can't figure it out with the treeview.
 
Nevermind.. found it... sometimes I make things more complicated than it really should be.

For future reference in case anybody else searches,

I used the treenode.bounds property.
 
Back
Top