Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Image control with drag and drop option
5 replies. Latest Post by shamrat231 on November 17, 2008.
(2)
PingoPango
Member
77 points
34 Posts
11-17-2008 2:45 AM |
Hi
I am creating a picture viewer with drag and drop functionality, i have already created a image viewer with horizontal aligned row of images and clicking on it , it will zoom the selected image. now i am planning to jump to its next phase
1) Align images vertically on the left side of screen maximum of 30 images
2) Keep 10 boxes on right side of screen
3) user can drag the images from left side to right side boxes one image at a time (mean while orginal image on left side must stay as it is)
4) clicking on right side images give a zoomed state of image
has anyone done like this before, am finding it a bit tough to complete if any one can post a source code i will be thankful or how to do it point by point is also good
Regards
Pingo
shamrat231
Contributor
4617 points
585 Posts
11-17-2008 3:14 AM |
Hi, there is a similar project where image is being dragged to the right side and the orginal stays there. Drag drop features given, you can download the source code, moreover you can see the project output before download.
Go to this link:
http://kenwatts.blogspot.com/2008/08/digital-logic-simulator-in-silverlight.html
the source code is in that blog to download.
and if this post was helpful then please 'Mark as Answer' - many thanks
Sharker Khaleed MahmudSoftware Developer(MCP,MCTS,MCPD[web])
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
11-17-2008 3:16 AM |
Thanks shamrat,
exactly am looking for the same. but in that source code they are drawing everything using usercontrol, anyway to change that to image
11-17-2008 4:51 AM |
To change that solution to your requirement is going to take....
However, i put a sample together on image movement. this is all i could
http://rapidshare.com/files/164583246/SampleMoveMement.zip.html
Download this link
11-17-2008 5:02 AM |
good shot shamrat, many many thanks for your time , this is what i have been looking for
11-17-2008 5:05 AM |
PingoPango: good shot shamrat, many many thanks for your time , this is what i have been looking for
happy to help
Sharker