For part of my app, the user is presented with a list of names and is asked to group them as they see fit.
(Note, the ListView code was copied verbatim from the And
I faced Same Problem When i am using Scrollview inside View Flipper or Dialog that case scrollViewObject.fullScroll(ScrollView.FOCUS_UP) returns false so that case scrollViewObject.smoothScrollTo(0, 0) is Worked for me
scrollViewObject.fullScroll(ScrollView.FOCUS_UP)
scrollViewObject.smoothScrollTo(0, 0)
Scroll Focus Top