I have been trying to set the initial position of a scroll View but have not found a way. Does anyone have any ideas? Also I have a GoogleMaps fragment as a children of the
After several hours internet searching
this worked for me :
ScrollView.post(new Runnable() { @Override public void run() { //setting position here : ScrollView.scrollTo(X, Y); } });