hi, there, I am implementing the drag & drop from the TDBGrid to Treeview control, does anyone know how to expand treeNode automatically when the dragged item is on the Treenode before the mouseUp event is triggered ????
thx a lot in advance!
Printable View
hi, there, I am implementing the drag & drop from the TDBGrid to Treeview control, does anyone know how to expand treeNode automatically when the dragged item is on the Treenode before the mouseUp event is triggered ????
thx a lot in advance!
Usiung the dragdrop event (i think that's the event).... use .HitTest with coordinates and see if it returns a node. IF it does, expand it.
-tg