n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Is there a way to modify scroll bar style? #251

Open IkaroAlef opened 3 years ago

IkaroAlef commented 3 years ago

I'd like to change scroll bar color and set rounded corners. Is there a way to do that?

image

amashabe commented 3 years ago

you can use itemCount={5.5} or any visible number with a decimal point of .5 so that the last index can be partially viewed.

it will help to show that there are more value's

gkasireddy202 commented 1 year ago

Scroll bar is not visible in ios device using dark mode.

gkasireddy202 commented 1 year ago

@IkaroAlef - Any update on scroll bar styling?