In the latest Silverlight Toolkits Oct 2009 release, a drag and drop feature is added for:
- List Box
- Tree View
- Data Grid
Data Point Series
In the latest Silverlight Toolkits Oct 2009 release, a drag and drop feature is added for:
smartyP took some trials in implementing the iPhone drag and drop panel using Silverlight. Below is what he shared.
A drag and drop related application created by Terence Tsang. Try to drag and drop the red dots around the rectangle. It will produce a very nice resilience effect!
in this application, you can grab the icons, move your mouse and then drop it. The object will move with various velocity according to your movement speed.
An application demonstrating how you can update/set the coordinate of the objects. You are able to bring a specific object to the front. That’s a very good sample for your reference if you want to implement some layout application.