I have a ScrollView with several elements inside, LinearLayout, Images, Textviews etc.
In the header, above the scrollview I have some buttons, in the OnClickListener of one of them I want to do an auto scroll so that the application shows on the screen that element that I want, in this case, the start of a LinearLayout.
Thank you.