Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools How to create floating content in silverlight 3
3 replies. Latest Post by andrejt on November 2, 2009.
(0)
Akshay141
Member
2 points
12 Posts
10-24-2009 10:06 AM |
I am working on assignment which requires that i should be able to create free floating controls over a silverlight canvas which means the user can displace all controls and arrange them as he likes, so any pointers to it would be helpful..
varshavmane
Contributor
6743 points
1,585 Posts
10-24-2009 10:40 AM |
Check this post:
http://forums.silverlight.net/forums/t/130675.aspx
HTH
11-02-2009 7:21 AM |
Thank you for ur response but the reference u gave merely modifies the z index of the elements what i need is that if we have a button on the silverlight board then we should be able to freely move it in any direction on the silverlight board...
Andrejt
Participant
756 points
113 Posts
11-02-2009 7:30 AM |
You can use the MouseDragElementBehavior (available as SL/Blend behavior, comes with Expression Blend 3) or take a look here http://www.shinedraw.com/mathematics/silverlight-vs-flash-throwing-object/
Andrej