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

can not hide the scroll bar #763

Open
ahqrt opened this issue May 16, 2023 · 1 comment
Open

can not hide the scroll bar #763

ahqrt opened this issue May 16, 2023 · 1 comment

Comments

@ahqrt
Copy link

ahqrt commented May 16, 2023

<RecyclerListView
dataProvider={this.dataProviders1.cloneWithRows(this.state.userList)}
disableRecycling
enderAheadOffset={100}
forceNonDeterministicRendering
layoutProvider={this.layoutProvider}
onEndReached={this.scrollLoad}
onEndReachedThreshold={100}
rowRenderer={this.createUse}
scrollViewProps={{ showsVerticalScrollIndicator: false }}
/>

I have set the showsVerticalScrollIndicator to false, but it does not work. How could I do so that I can hide the scroll bar?.

@zhangxiang1008
Copy link

直接在RecyclerListView层设置就可以把

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants