1
Is there any way I can send to the end of ScrollView When you click a button?
I have a RadioGroup and a Buttom, the two are in a ScrollView, I want when click on one of the RadioButtom go to the end of ScrollView.
1
Is there any way I can send to the end of ScrollView When you click a button?
I have a RadioGroup and a Buttom, the two are in a ScrollView, I want when click on one of the RadioButtom go to the end of ScrollView.
1
You can use the function ScrollView.html#fullScroll using as an argument FOCUS_DOWN to move down, and to move up, use FOCUS_UP.
Browser other questions tagged android rolling
You are not signed in. Login or sign up in order to post.