G gkumar Active Member Licensed User Longtime User Jun 5, 2012 #1 How to maintain the scroll position in the scrollview when the activity resumes?
klaus Expert Licensed User Longtime User Jun 5, 2012 #2 You should memorise the value of ScrollView.ScrollPosition in a process global variable in Activity_Pause and restore that value in Activity_Resume. Best regards. Upvote 0
You should memorise the value of ScrollView.ScrollPosition in a process global variable in Activity_Pause and restore that value in Activity_Resume. Best regards.