ListView滚动到坐标

时间:2015-10-15 14:59:15

标签: android listview scroll

我需要将列表视图滚动到某个点(例如,我需要滚动250px)

我尝试了下一个代码

container.setAdapter(crewAdapter);
container.scrollTo(0, scroll);

所以现在它看起来不错。但是当我开始通过触摸scrollview'跳转'滚动到0并用手指从顶部滚动时。怎么解决?

0 个答案:

没有答案