javafx - How can I find out the relative position of the vertical scroll bar in a Java FX TextArea? -


java fx, textarea within scrollpane within borderpane's center area.

how can find out current position of vertical scroll bar? in fact want know is, if scroll bar thumb @ bottom of scroll bar, or not.

whenever look, scrollpane.getvvalue() returns 0.0, no matter scrollbar thumb is.

any bright idea?

thx keksi


Comments

Popular posts from this blog

Python Pandas join aggregated tables -

java - Static nested class instance -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -