Is there a way to make it so that the scroll bar g...
# tornadofx
h
Is there a way to make it so that the scroll bar goes to the very bottom? So like if you're making an app and every time someone sends a message to automatically force the scrolling to the latest message
a
Are you talking about
ListView
?
h
Pretty much any view which is scrollable
Even like a text area
a
Most scrollable interfaces have
scrollTo
exposed.