0

I need to use GridView in my project. And I want to scroll programmatically to the view in this GridView. Is there a way to do this? From what I know you can only programmatically scroll a ScrollPane.

fabian
  • 80,457
  • 12
  • 86
  • 114

1 Answers1

1

Just put your GridView into a ScrollPane. Then you can scroll the ScrollPane.

Marcel
  • 1,606
  • 16
  • 29