AD
Administrator
Syncfusion Team
April 20, 2005 07:18 PM UTC
There are no property setting to do this. you would have to write code.
Here is a link to a sample that shows how you can do this with respect to dragging columns by just mousing down and moving a column immediately instead of clicking it first to select it, and then mousing down and dragging it. It has the code showing how to get the drop feedback.
http://www.syncfusion.com/Support/user/uploads/forum_DragColumn_502d7d6c.zip
You would have to modify this to fit into your OLE D&D drop from the treeview.
SS
Stephane SansCartier
April 20, 2005 08:04 PM UTC
It''s working perfectly, thank !