I am creating a dashboard in VS 2010. For the widgets, I created a user control multiple instances of which are added to the dashboard. Now, the user should be able to move them around(drag and drop) on the dashboard. I need help with this feature. I tried to use the sample code from Codeproject, but the mouse down click for the user controls won't work. That is because the user controls are inherited by a bar chart, pie chart and so on. When I try...