E
E
Eserchik2017-07-06 14:59:47
Android
Eserchik, 2017-07-06 14:59:47

(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 question

Ask a Question

731 491 924 answers to any question