Reputation: 2036
I have a GridPane inside a ScrollPane.
I need to scroll the gridpane when a drag event (touch) is fired. Any suggestions?
Upvotes: 0
Views: 351
Reputation: 209418
Call setPannable(true) on the ScrollPane.
setPannable(true)
ScrollPane
Upvotes: 1