How do I get to the end of ScrollView
When I click a button?
I have RadioGroup
and Buttom
, both are in ScrollView
, I want when I click on one of the RadioButtom
go to the end of ScrollView
.
How do I get to the end of ScrollView
When I click a button?
I have RadioGroup
and Buttom
, both are in ScrollView
, I want when I click on one of the RadioButtom
go to the end of ScrollView
.
You can use the ScrollView.html#fullScroll
function using < to move down, and to move up, use FOCUS_DOWN
"http://developer.android.com/reference/android/view/View.html#FOCUS_UP"> FOCUS_UP
.