MultilineTextInput: Scroll to end of text #1722
Answered
by
freakboy3742
MarkusPiotrowski
asked this question in
Q&A
-
Does one have some control about the view of a MultilineTextInput field? Can I programmatically scroll down to the end of the text? Edit: |
Beta Was this translation helpful? Give feedback.
Answered by
freakboy3742
Dec 28, 2022
Replies: 1 comment 2 replies
-
Not at present. The Table and Tree widgets have a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MarkusPiotrowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at present.
The Table and Tree widgets have a
scroll_to_top/bottom/row()
API; I suspect a similar API would work for MultilineTextInput as well. If someone were to submit a PR implementing it, I doubt there would be much argument on accepting it.