-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用之后遇到的一些问题,有时间看看 #154
Comments
我也发现这个问题了。。这么重要的一个方法竟然出现bug了,唉。 |
Hi, same problem .setSelectedItemPosition() didn't work. |
关键是为啥能有2.3k个star……坑爹啊 |
看起來好像也沒在維護了 |
同问题,会滚动到未知位置。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mWheelpAge.setSelectedItemPosition(100, true);
在设置完以后不起作用,我使用的xml来布局外观,代码设置数据
mWheelpAge.setOnItemSelectedListener(...);
这个方法如果不变动默认选择的数据,不会调用
使用代码设置数据以后,wheelpicker会重新布局列表位置
2019-10-10 11:05:16
The text was updated successfully, but these errors were encountered: