-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Change height/width #57
Comments
I have the same issue. Also, the control uses the space above and below as if would have more items to show. |
Hi @vados60, And no need to set the wheel item count to 1. |
I met the same issue, and I think it is a bug. |
I also have the same bug. A temporary kludge proposed by @ShawnLin013 works. |
…m-count-to-1 Support set wheel item count to 1 (#57)
Supported at v2.4.6 |
Hello!
Is there any chance to set number of currently visible rows except selected one?
Or is there any chance to hide all other rows except selected?
if I set
app:np_wheelItemCount="1"
when try to scroll the app crashes with IndexOutOfBounds exception
java.lang.ArrayIndexOutOfBoundsException: length=1; index=-1
at com.shawnlin.numberpicker.NumberPicker.incrementSelectorIndices(NumberPicker.java:1695)
WBR
Vadim
The text was updated successfully, but these errors were encountered: