I know that it's possible to let the user drag the content in a ScrollPane
around using scrollDrag
, so that they don't have to use the scrollbars. However, with scrollDrag
, it only works for the left mouse button.
What I want to be able to do is pretty much the same, but for either the middle (mousewheel) or right mouse button. That way the user can use the left button for other functions.
Does anybody know of a feature I may have missed that can do this, or a custom method? Note that I don't want this, I just want scrollDrag
with other mouse buttons.