bevyengine / bevyengine/bevy

Improve the `scrollbars` example

Open
#23,622 0 comments 0 reactions 0 assignees View on GitHub
A-UI C-Examples D-Straightforward S-Ready-For-Implementation X-Uncontroversial
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.