Levisvv Member Licensed User Longtime User May 18, 2014 #1 I have an app with a long scrollview and if somebody chooses an item (button) at the bottom, I want the view to automatically scroll to the very top of the scrollview, like in HTTP. How can I do this?
I have an app with a long scrollview and if somebody chooses an item (button) at the bottom, I want the view to automatically scroll to the very top of the scrollview, like in HTTP. How can I do this?
I Inman Well-Known Member Licensed User Longtime User May 18, 2014 #2 YourScrollView.FullScroll(False) Using True instead of False will scroll to the bottom Upvote 0