Unusual dragging issue
问题 I've got a Picturebox, which the user can drag up or down. The program in question is a complex music staff editor for a piano, and thus the only way to achieve the moving of notes on a staff is with a number of if-statements and by modifying co-ordinates. The issue is that the user is unable to move the PictureBox component down, but when the object is dragged up, nothing happens. The class inherits from PictureBox. I would just like to emphasise that the PictureBox works when dragged