In my layout I have a TextView inside a ScrollView. But I am unable to scroll to the bottom of the TextView programmatically.
I have tried with setSelection(int) but the method is undefined for TextView. So can any one help me.
Thanks in advance.