Controls with drag and drop functionality within a SplitContainer control

Darraca

New member
Joined
Aug 12, 2010
Messages
1
Programming Experience
1-3
Hi,

I have a form that has a splitcontainer control on it with 2 panels. In the panel on the left I have placed a picturebox control. I have written code to allow the user to drag the picturebox control with the mouse button during runtime. This works fine, but I want to allow the user to drag the picturebox control from the splitcontainer's left panel to the splitcontainer's panel on the right during runtime. At the moment the picturebox control can only be dragged up to the splitcontainers split bar in the middle.

Can anyone help?

Kind Regards
 
Back
Top