0

I'm adding elements dynamically to a GridPane during excecution time, how can I allow scrollbar to be added automatically to this GridPane?

Related question : How to fix the cell width and height for all cells of the GridPane

Adil
  • 4,503
  • 10
  • 46
  • 63

1 Answers1

2

You could put the GridPane in a ScrollPane.

Andy Till
  • 3,371
  • 2
  • 18
  • 23