Problem
By default, as I’m sure most of you are aware of, the step size for the TextArea
isn’t too great. Is there a way in which you can change it into something greater—make it scroll faster, jump bigger steps per scroll?
What I’ve tried so far
API
I’ve looked through the API for the TextArea
, but can’t seem to find something that would allow me to manipulate the speed of the TextArea
’s scroll bar.
Stackoverflow
Reading up Stackoverflow, I found this, but using the code from that article’s top answer—I couldn’t get it to work even in the way that they suggested it would.
Moreover
It appears to me there’s no way of manipulating the speed of the ScrollBar
attached to the TextArea
, but I could truly be wrong.
Perhaps someone could point me in the right direction should there be a way in which you can speed the scroll bar up a little.