标签: android scrollview
我想要滚动到scrollview
但是在scrollview中我有隐形物品
我希望在可见项目之后,按新高度滚动到新位置
我的代码:
lst.setVisibility(View.VISIBLE); // lst item in Roll ScrollView Roll = (ScrollView) findViewById(R.id.Roll); Roll.smoothScrollTo(0, newPosition);