Drag and drop scrolling problem
911332Jan 16 2012 — edited Feb 2 2012Hi,
I have a bug in some code that hopefully someone can assist me with. So I have a drag and drop panel whereby the top part of the panel is the draggable target and the bottom part is a list of available files. If the number of files in the list exceeds a certain amount so that the user has to scroll to get to the top (and to the draggable target), if they try to drag a file from the bottom of the list it does not allow the user to scroll to the target area. Basically, the panel is made up of 2 lists separated by a JLabel (just a thick black line). Once the user reaches this black line it does not scroll up any further.
Does anyone have any idea how I can resolve this??
Thanks,
Edited by: 908329 on 16-Jan-2012 06:41