Hello everyone,
In my wpf application i have user conrtols like button,rectangle,image etc.. in one side of the window(whole window is divided into 2 canvas panels)
i need to implement the functionality where, if i drag any user control and drop it in other area of the window,
a new instance of that user control has to be created (put simply, duplicate it).
Please help me with the code if possible.
thanks in advance.