How to set text position programmatically in EditText class?
Posted
by Henrik
on Stack Overflow
See other posts from Stack Overflow
or by Henrik
Published on 2010-05-28T22:55:22Z
Indexed on
2010/05/28
23:02 UTC
Read the original article
Hit count: 409
Hello all,
Does smomeone know how I set the scrollbar position in an EditView programmatically.
I'm appending the text during special events but I want the EditView to scroll down to the latest text added so it'll be visible. But default the scrollbar does not move automatically when appending text.
/ Henrik
© Stack Overflow or respective owner