标签:setselection horizontallistview gridview 横向滑动 固定位置
gridview滑动不起作用 就用外层horizontalscrollview 的滑动方法吧,只需要计算一下需要滑动的横向距离,代码如下:
hsv.smoothScrollTo(vStepsHorizonListview.getChildAt(position)
.getWidth() * position, 0);
版权声明:本文为博主原创文章,未经博主允许不得转载。
gridview 外嵌套HorizontalScrollView 横向滑动后setselection(position)不起作用的解决方法
标签:setselection horizontallistview gridview 横向滑动 固定位置
原文地址:http://blog.csdn.net/lunizhu/article/details/46755623