I am writing an application that uses the Scrollpane with a vertical scrollbar.
The user manipulates objects on the screen though standard dragging (mouse_dragged/mouse_released events)
The problem is that a vertical drag also causes scrolling.
Basically I need a way to inhibit the Scrollpane during a drag.
Thanks in advance for Your time and trouble
The user manipulates objects on the screen though standard dragging (mouse_dragged/mouse_released events)
The problem is that a vertical drag also causes scrolling.
Basically I need a way to inhibit the Scrollpane during a drag.
Thanks in advance for Your time and trouble