AndroidPicker icon indicating copy to clipboard operation
AndroidPicker copied to clipboard

如何支持点击item来选中,而不是通过滚动选中

Open protectedMan opened this issue 2 years ago • 3 comments

protectedMan avatar Jun 06 '22 09:06 protectedMan

自己写函数 调用 wheelView.smoothScrollTo(int position)

KennethYo avatar Jun 27 '22 06:06 KennethYo

自己写函数 调用 wheelView.smoothScrollTo(int position)

是可以调用这个来实现自动滚到指定的位置。

liyujiang-gzu avatar Jun 27 '22 10:06 liyujiang-gzu

自己写函数 调用 wheelView.smoothScrollTo(int position)

是可以调用这个来实现自动滚到指定的位置。

反馈个问题哈,如果通过快速点击调用smoothScrollTo,因为ValueAnimator多个执行,会滚动混乱。

KennethYo avatar Jul 06 '22 05:07 KennethYo