VirtualizedScrollPane + InlineCssTextArea scroll to absolute bottom after text appended #1207
-
Hello, Is there a to automatically scroll to absolute bottom after text is appended to InlineCssTextArea with VirtualizedScrollPane? Am making a logs box component that adds lines of text and trying to figure out a good way to automatically scroll to absolute bottom. A basic ScrollPane lets you do this with: Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Jugen
Nov 10, 2023
Replies: 1 comment 1 reply
-
Call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jugen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Call
area.requestFollowCaret();
after appending to scroll to bottom.