Adil
Adil

Reputation: 4623

Add Scrollbar to GridPane automatically - JavaFX

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

Upvotes: 0

Views: 5194

Answers (1)

Andy Till
Andy Till

Reputation: 3511

You could put the GridPane in a ScrollPane.

Upvotes: 2

Related Questions