We are building an application that has two user controls that are decoupled and are located in different modules(Prism using for modularity). The first control you can think as a Toolbox of Visual Studio that shows various controls (like Textbox, button etc) that are available and the second control is the design surface which is a canvas where user will drag and drop the controls, exactly like visual studio. I am planning to use RadDragandDrop for this, so the queston is can I use it ? All the examples that I have seen has Toolbox and designsurface in the same usercontrol. Can MVVM pattern be used? Any help or sample code will be highly appreciated.
Thanks
Tushar
Thanks
Tushar