I want to trigger an event that causes the ScrollPane to start scrolling up or down.
Ideally the ScrollPane would scroll continue to scroll all the way up or down unless canceled by another event.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Would be something like this:
You’ll have to check the _hmax and _vmax to make sure you don’t scroll past the end of the content, where the scrollbar would naturally stop at. I don’t remember off the top of my head what the names of these variables are, but if you run your program in debug mode and poke around the scrollpane instance, you should find it. It’ll probably be easier if you move the built-in scrollbar to the bottom and see what variable changes, then find the one that matches and is static.