I want scroll to scrollview
But in scrollview i have invisible item
I want after visible items , scrollTo new position by new height
My code:
lst.setVisibility(View.VISIBLE); // lst item in Roll
ScrollView Roll = (ScrollView) findViewById(R.id.Roll);
Roll.smoothScrollTo(0, newPosition);