What I've tried:
scrollPane.setScrollPercentY(100);
and
scrollPane.setScrollY(1);
or
scrollPane.setScrollY(0);
But it only scrolls to the top, not to the bottom.
For me, this worked instead:
scrollPane.layout();
scrollPane.scrollTo(0, 0, 0, 0);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With