I have added a scrollview and the subchilds inside the scrollview. At some point i need to scroll to a specific view.
1.
For Kotlin user. If above code are not worked. Try it.
val your_scrollview = findView... val your_view_inside_SV = findView... your_scrollview.post( { your_scrollview.scrollTo(0, your_view_inside_SV.getY().toInt()) })