Heads up! This post was written 12 years ago. Some information might be outdated or may have changed since then.
MyScroolView scrl = (ScroolView) findViewById(R.id.activity_list_scrool);
if(scrl != null) {
scrl.fullScroll(ScroolView.FOCUS_UP);
}