splitcontainer

  1. D

    Controls with drag and drop functionality within a SplitContainer control

    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...
  2. Y

    Question Adding a visible drag handle for splitcontainer in windows form

    Hi Can anyone help on how to place a visible image in the splitcontainer so it would be obvious for users to see that the area is movable. Like the split container in SplitContainer Class (System.Windows.Forms) which has the gray with '...' Thanks a lot. Yuan
Back
Top