Improve the `scrollbars` example
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
The current `scrollbars` example just has a vertical scrolling list in the top left and is kind of ugly.
It should be centered and displays a horizontal scrollbar even though it doesn't scroll horizontally.
## What solution would you like?
Four cases:
1. The current vertical scrolling list but remove the horizontal scrollbar.
2. A horizontally scrolling list of icons.
3. A grid that scrolls both horizontally and vertically.
4. A vertically scrolling list of multiple horizontally scrolling lists.
Varied styling for the each set of scrollbars and thumbs.
Bonus if you could do a really fancy set using a UI material or texture slicing.
Could be one or multiple PRs.
Contributor guide
Assessment
This issue has not been assessed yet.