Programmatically scroll a ScrollView to focus on a Button or a view - Android try yourScrollView.scrollTo(0, (int) button.getY());