It appears that ScrollView cannot be scrolled using direction keys, so I tried binding Actions to directional keys and do the scrolling manually.
I thought this would be possible by altering viewport.x and viewport.y, but nope :)
I would like to do this too. I have a complex report all wrapped up in a ScrollView and would like to jump to virtual pages of the scrollview. I noticed TableView has a method positionViewAtRow(), but don't want to redesign if I can do something similar in the scrollview