treeview drag and drop

  • Thread starter Thread starter Tom L
  • Start date Start date
T

Tom L

I'm having a problem with figuring out how to use some drag and drop in the
treeview control.. I can drag n drop from other controls, but I'm trying to
drag one node onto another, so I can restructure them.

ItemDrag is working like it should to start the drag operation, but I can't
get any drops to fire.. I have the allowdrop property of the control set to
true, so I must be missing something else.. It can't be this difficult?

thx
 
Hey Arun, thx for the reply..

Just for the record, this works flawlessly in the SyncFusion treeview
control, as I'm using your stuff in my app.. Unfortunately, I have another
project where I can't use it - so I'm stuck doing it with the plain tv
control.
 
Back
Top