I wanted a very simple kind of drag and drop ability in Silverlight V1.1 and I struggled to build it. Basic procedure might be to build a Canvas that does something like; Capture mouse down on a FrameworkElement Watch for mouse drag. As the mouse drags,
Read More