
Index
From: Christian Schroeder
Subject: Is there a way to emulate the treeview function 'GetNodeAt(X,Y)'
Date: Tue, 27 Aug 2002 12:59:42 GMT
Newsgroup: public.teetree1.delphi
Hi,
I am using a TeeTree and a ListView in order to simplify the usermanagement of our software.
I want to Drag/Drop users from the ListView to the usergroup in the TeeTree.
In the standard TreeView I would get the target node with GetNodeAt(X,Y), how should I proceed with TeeTree?
Thanks for any tips.
Christian