Hi MonaAli,
I am not sure about your problem, what did you mean by “drag and drop�
If you mean drag and drop operations like you do in the Windows Explorer, you can enable the AllowDrop to true for the controls and help DragEnter event, DragOver event, DragDrop and the corresponding events. Here is a sample for your reference:
If you mean want to enable the design time features like you do in Visual Studio, there two option for you. One is use the DesignSurface to enable the design time features, here is a sample for your reference:
The other is to create a helper class to do the stuff. Here is a sample for your reference:
Hope this helps.
Best regards.
Rong-Chun Zhang