How To Jump To Bottom Of Scroll Area #2901
Unanswered
Existential-Critic
asked this question in
Q&A
Replies: 2 comments 8 replies
-
If the scroll area has a scroll bar, you can use the following guide https://stackoverflow.com/questions/270612/scroll-to-bottom-of-div |
Beta Was this translation helpful? Give feedback.
8 replies
-
I have a version where I scroll the last chat message into view using this utility function that takes the wrapper as a parameter:
As in the previous example, I'm getting using a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use a Scroll Area as a chat log, and I want to make a function so when a new message is added to the log, it jumps the Scroll Area to the bottom. Is there a function to do that, and if not, how would I go about setting one up?
Beta Was this translation helpful? Give feedback.
All reactions