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

Allow scroll bars in scroll views to be hidden #377

Closed
flochtililoch opened this issue Feb 5, 2022 · 0 comments · Fixed by #410
Closed

Allow scroll bars in scroll views to be hidden #377

flochtililoch opened this issue Feb 5, 2022 · 0 comments · Fixed by #410
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@flochtililoch
Copy link
Collaborator

<list> and <section-list> support attribute shows-scroll-indicator to explicitly show/hide the scroll bar. We should allow this for <view scroll="true"> as well

@flochtililoch flochtililoch added enhancement New feature or request good first issue Good for newcomers labels Feb 5, 2022
flochtililoch pushed a commit that referenced this issue Apr 12, 2022
Resolves #377.

Notes:
- Update docs for `<body>`, `<form>` and `<list>`
- Update schema
- Add examples for scroll view and list view
- `<section-list>` **does not** implement this property, it does not seem supported by RN <SectionView>
flochtililoch pushed a commit that referenced this issue Apr 12, 2022
Resolves #377.

Notes:
- Update docs for `<body>`, `<form>` and `<list>`
- Update schema
- Add examples for scroll view and list view
- `<section-list>` **does not** implement this property, it does not seem supported by RN <SectionView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants