iced/examples/scrollable
Ram.Type-0 0245f289b2 Remove unnecessary String allocation
Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String>
2021-11-02 00:05:25 +09:00
..
src Remove unnecessary String allocation 2021-11-02 00:05:25 +09:00
Cargo.toml Fix Scrollable scrollbar being rendered behind contents 2021-05-03 15:42:02 +07:00
README.md Add scrollable example program 2020-10-22 16:24:54 -05:00
screenshot.png Update screenshot of scrollable example 2020-10-24 10:32:26 +02:00

Scrollable

An example showcasing the various size and style options for the Scrollable.

All the example code is located in the main file.

You can run it with cargo run:

cargo run --package scrollable