Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends.,

I am developing an application using WPF. In that application i have to provide drag and drop options(Like our VS2005 IDE).

For example: Drag and drop some objects like TextBox, Picture, Button etc., into my Page from my Tool Box It should allow to set properties and events, allow to save the page etc.,

Please anyone suggest some idea.

Thanks.
Posted

1 solution

Hope the links below will help you to implement the drag & drop feature

http://msdn.microsoft.com/en-us/library/ms742859(v=vs.110).aspx[^]

http://wpftutorial.net/DragAndDrop.html[^]
 
Share this answer
 
Comments
willington.d 11-Apr-14 5:51am    
The above examples showing Shapes only. I have drag and Drop controls like Button, Text Box, Label, etc., and able to set properties.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900