When I get a result from an activity in OnActivityResult()
I need the ScrollView
to be positioned at a certain position. How can I move the view to be positioned to where I need it to be?
If you know the view in the scroll view that needs to be focused requestChildFocus or requestChildRectangleOnScreen(). If you know the exact x,y coordinates you need to scroll to, use the scrollTo() method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With