Skip to content
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

some way to hide scrollbar in ScrollView #3912

Closed
guanyuxin opened this issue Nov 5, 2015 · 12 comments
Closed

some way to hide scrollbar in ScrollView #3912

guanyuxin opened this issue Nov 5, 2015 · 12 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@guanyuxin
Copy link

Is there some way to hide the scrollbar of the ScrollView

@guanyuxin
Copy link
Author

seems horizontal scrollbar is hidden in iOS,but not android

@jforaker
Copy link

jforaker commented Nov 5, 2015

Sure! Its in the docs 😄 https://facebook.github.io/react-native/docs/scrollview.html#showshorizontalscrollindicator

showsHorizontalScrollIndicator={false]

@guanyuxin
Copy link
Author

yeah, showsHorizontalScrollIndicator={false} works on iOS,but not android

@guanyuxin
Copy link
Author

Fond it, it's a bug and have been fixed in 14-rc e6ad91b

@yasicmd
Copy link

yasicmd commented Dec 13, 2015

set

@uc-hus
Copy link

uc-hus commented Aug 24, 2016

Thank you! Yasicmd

@hodangquocdat
Copy link

thanks! jforaker

@adarshTS
Copy link

adarshTS commented Aug 9, 2017

@mustafakucuk
Copy link

<ScrollView showsVerticalScrollIndicator={false}> /* Your Codes */ </ScrollView>

@adarshTS
Copy link

thanks @mustafakucuk I have done this long before forgot to mention it here

@janaka120
Copy link

showsVerticalScrollIndicator={false} works on iOS, android perfectly. I use it to hide vertical-scrollbar in ListView.

<ListView showsVerticalScrollIndicator={false}/>

@akashkumar916
Copy link

thank you jforaker

@facebook facebook locked as resolved and limited conversation to collaborators Jul 20, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

10 participants