I want the EditText
to automatically scroll to the beginning, when focus is lost.
Asked
Active
Viewed 88 times
-3

Martin G
- 17,357
- 9
- 82
- 98

user3711846
- 1
- 1
-
Please eloberate and post code. If possible add images. – Aniruddha Jun 09 '14 at 07:21
-
did you tried ?? SO is not for code generating its help when you stuck so first try and show some code – MilapTank Jun 09 '14 at 07:22
1 Answers
1
You can add a focus listener on your edittext using this.
In that listener, you can scroll your edittext programmatically using this.
Hope this helps.
Good luck.

Community
- 1
- 1

Tanmay Patil
- 6,882
- 2
- 25
- 45