I have a NestedScrollView populated with a vertical LinearLayout, which itself has a bunch of children of various view types: multiple TextViews, two static GridViews, and e
This code works for me.
scrollView.post { scrollView.fling(0) scrollView.fullScroll(ScrollView.FOCUS_UP) }