egui/crates/egui_extras/src
Richard Hozák b35a7dd7de
Add scroll bar visibility option to Table widget (#3981)
There was no way to customize this as ScrollArea gets created inside
Table widget, this exposes the functionality, so scroll bars on tables
can be customized.

<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->
2024-02-06 13:28:20 +01:00
..
datepicker Highlight submenu buttons when hovered and open (#3780) 2024-01-07 22:08:32 +01:00
loaders Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
image.rs Fix unwraps in SVG scaling (#3826) 2024-01-16 09:57:48 +01:00
layout.rs Override text color with stroke selection color for selected cells (#3968) 2024-02-05 09:17:22 +01:00
lib.rs Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
loaders.rs Final image API doc tweaks 2023-09-27 16:40:26 +02:00
sizing.rs Add `#[inline]` to all builder-pattern functions (#3557) 2023-11-16 13:50:05 +01:00
strip.rs Implement table row selection and hover highlighting (#3347) 2024-01-06 18:10:34 +01:00
syntax_highlighting.rs Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
table.rs Add scroll bar visibility option to Table widget (#3981) 2024-02-06 13:28:20 +01:00