views:

194

answers:

2

I would like a ScrollView to start all the way at the bottom. Any methods?

+1  A: 

scroll.fullScroll(View.FOCUS_DOWN) also should work.

CommonsWare
A: 

@CommonsWare

That doesn't seem to do anything, any suggestions? I tried it on onCreate and later in the onClick of a button.

RichardJohnn