vote up 0 vote down star

Hello all,

I'm very new to javafx. I am trying to add a horizontal scroll bar to my stage. I've got a very wide picture and I'd like to show only part of it and allow the user to scroll it. How is it done?

flag

36% accept rate

1 Answer

vote up 1 vote down

You can try to bind value of scrollbar to translateX (or Y) of image. And of course set min and max of scrollbar to 0, image.width (.height)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.