Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called Autoscroll during Drag&Drop?, by Matthias Paul Scholz

Title: Eclipse Community Forums
Subject: Autoscroll during Drag&Drop? Author: Matthias Paul Scholz Date: Thu, 11 September 2014 08:16
Hi,

I have a NatTable with a number of items such that a vertical scroll bar gets displayed.
I've implemented Drag & Drop of table items inside of the NatTable; it is working well as long I am dragging inside of the visible area only; yet, I can't get the table to autoscroll when I drag an item over the lower bound of it.

According to the documentation of DropTargetAdapter, this should be achieved by setting event.feedback to DND.FEEDBACK_SCROLL in the dragOver() method; however, this does not seem to have any effect on the NatTable.

What is the correct way to achieve autoscrolling here?
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top