I see a great deal of writing about Silverlight 4's support for drag and drop. However, it is all about files. I want to just make normal user controls draggable. Is this possible, or is it limited to files?
Asked
Active
Viewed 1,428 times
1 Answers
0
You can certainly add drag-and-drop capabilities to any element of you Silverlight application - it is not limited to files (this just became easier in 4.0). Using attached behaviors and some drag-and-drop management code you should be able to achieve the interaction need. Without knowing exactly what you hope to accomplish, my best advice would be to go check out some projects like:
http://silverlightdragdrop.codeplex.com/
and read about the discussion here: