Danilo
Danilo

Reputation: 2036

Scroll gridpane on touch in JavaFX

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

Answers (1)

James_D
James_D

Reputation: 209418

Call setPannable(true) on the ScrollPane.

Upvotes: 1

Related Questions