Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight Toolkit TreeView Drag and Drop

Does any know how to implement drag and drop in the silverlight toolkit's treeview?

I saw the drag and drop manager for silverlight but supposedly you can put containers around the items you want to drag and drop but I wonder how I would do this on another treeviewitem exactly?

Maybe there is a better way or custom way? Thanks!

like image 320
Paully Avatar asked Aug 06 '09 03:08

Paully


1 Answers

The Silverlight Toolkit October (09) release (http://silverlight.codeplex.com/) has added support for drag and drop.

There is a great walk though of the new feature here: http://themechanicalbride.blogspot.com/2009/08/new-with-silverlight-toolkit-drag-and.html

like image 176
cagreen Avatar answered Oct 07 '22 02:10

cagreen