I have a text block on my page. Basically, I'd like to allow the user to be able to click and drag this text block to move it wherever they would like on the page. From what I could tell there are no properties in the text block control that I can tinker with to allow the user to do this.
I didn't know if there was a property I was just overlooking. I assume I have to go about this a different way, though, and so would this be best gone about through a series of click/mouse movement events, or is there an easier way to reach my end goal of making this control "move-able" by the user?
I am programming in Silverlight-4.0, C#-4.0, with the Visual Studio 2010 en开发者_高级运维vironment,
Take a look on the following link:
http://msdn.microsoft.com/en-us/library/cc189066(VS.95).aspxSilverlight Toolkit has also a dragdrop manager.
There is also the following project on CodePlex that may interest you: http://silverlightdragdrop.codeplex.com/
精彩评论