K Knockz Member Joined Mar 18, 2008 Messages 9 Programming Experience Beginner Apr 24, 2008 #1 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.
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.
K Knockz Member Joined Mar 18, 2008 Messages 9 Programming Experience Beginner Apr 24, 2008 #2 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. Upvote 0 Downvote
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.