Shawn
Shawn
Could you provide a reproducible example? @MJ1998
Use `numberPicker.setDisplayedValues(data);` ?
> @ShawnLin013 I also have the need to add spacing between items. I have a branch with a working solution. Is it possible for me to get access to create...
> Wow, just checked better and the same happens with the left side in horizontal pickers. Could you provide your property?
Hi @shashank26ashu, It should be possible but unfortunately it's not supported yet. 😢
Not supported yet.
Maybe you can initial the number picker again?
@zhaoshunchen I think it is caused by `setMinMillseconds(System.currentTimeMillis())` You can solve this issue like `.setMinMillseconds(System.currentTimeMillis() - DateUtils.YEAR_IN_MILLIS)`