Is there a way to programmatically scroll to the top of a NestedScrollView by also triggering the scroll events for the parent? smoothScrollTo(x, y)
NestedScrollView
smoothScrollTo(x, y)
NestedScrollView.scrollTo(0, 0);