Answer the question
In order to leave comments, you need to log in
(Android) HorizontalScrollView scroll to end?
Comrades tell me.
There is a HorizontalScrollView element, a TextView is programmatically added to it.
How to make the scroller move all the way to the right (so that the last elements fall into the field of view).
All found:
scrollView.postDelayed(new Runnable() {
public void run() {
scrollView.fullScroll(HorizontalScrollView.FOCUS_RIGHT);
}
}, 100L);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question