If you have a scrollList with severable item displayed on the screen at the same time, this will not move the liste until the item index correspond to an item that is not viewable. Or have I missed something ?
Hello,I want to do exactly the same things ! For the moment, I've managed to do it by calling the drag event handler when the button is pressed.what is painful is, you have to know from how many pixels you have between each item.Here's the code used ...