tags:

views:

3826

answers:

5

Hi all, I'm wondering if people can suggest the best tutorial that will walk me through the best way to do Drag and Drop with control collision detection etc, using MS Silverlight V2.

I've done the Jesse Liberty tutorials at Silverlight.net, and they were a good introduction, but I'm looking for something a bit deeper.

Suggestions?

UPDATE: Here is the summary of the list of answers for convenience:

  1. http://www.adefwebserver.com/DotNetNukeHELP/Misc/Silverlight/DragAndDropTest/
  2. Lee’s corner
  3. Corey Schuman
  4. MARTIN GRAYSON: ADVENTURES OF A 'DEVIGNER'
  5. http://www.codeplex.com/silverlightdragdrop
  6. Nick Polyak’s Software Blog
+2  A: 

Here is a page that explained the solution for my use.

Silverlight 2 Drag, Drop, and Import Content Example

Chris Woodruff
+1  A: 

A codeplex project for drag and drop http://www.codeplex.com/silverlightdragdrop

Jobi Joy
+1  A: 

The following tutorial is helpful, and the author has posted code, including a drag and drop control you can download: http://nickssoftwareblog.com/2008/10/07/silverlight-20-in-examples-part-drag-and-drop-inside-out/

I am currently using this control in a new Silverlight application.

Justin Ethier
A: 

Hi, i'm having images on xaml but im not getting onto the output screen..what are the methods required to display on output..??? And how to animate my ellipse on that image...??