Hello everyone,
I have to create a wpf application where i have to create 2 windows(one for toolbox and one for work area) similar to visual studio appearance, in toolbox window i will have controls like button,textblock etc, when i do drag and drop from toolbox to work area on any of these controls, same controls have to be created in work area, just like we can drag and drop buttons from tool box to work area in visual studio.
please help me with the code, i am new to wpf and i have to create this application ASAP.