iced/examples/scrollable
Theo Robinson 4830a17d65
Fix links
Change dead links to updated ones.
Change/Convert all file links to relative links so they are branch
agnostic.
2022-02-07 23:13:25 +07:00
..
src Remove ambiguous text_color attributes for Checkbox and Radio 2022-01-20 18:34:15 +07:00
Cargo.toml Fix Scrollable scrollbar being rendered behind contents 2021-05-03 15:42:02 +07:00
README.md Fix links 2022-02-07 23:13:25 +07: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