Hi All,
I need help in Silverlight 5.
I want to make a Silverlight 5 Application in which the user can drag-and-drop controls.
Just like we do in Visual Studio.
I am aware that we have to user AllowDrop property. But, don't know how to go about it.
Requirements in brief -
Left-Hand side - The controls(Button, Textbox, Images, etc).
The user can click on anyone and drag it to right-hand side panel.
Please help me out !!
Thank You All In Advance !!
Loading
Riddhi ValechaPosted Oct 24, 2012, 12:40 PM
I just saw the codes for drag-and-drop images in Silverlight 3.
Now, my requirement is that, in place of images, I want the controls like button, labels, textbox, etc.
Please help me out with it.
Thanks in advance !!