egui/crates/egui_extras
Emil Ernerfeldt 7133818c59
Make sure scroll bars are always visible (#2371)
* Nicer debug rectangles

* Move scrollbars into the clip-rect so they are always visible

* Improve table demo

* Add options for controlling inner and outer margin of the scroll bars

* Add line to changelog

* Update egui_extras changelog with recent Table improvements

* Refactor Table:s scroll options

* Add Table::auto_size

* Rename it auto_shrink
2022-11-30 22:58:00 +01:00
..
src Make sure scroll bars are always visible (#2371) 2022-11-30 22:58:00 +01:00
Cargo.toml egui_extras::Table improvements (#2369) 2022-11-30 19:56:06 +01:00
CHANGELOG.md Make sure scroll bars are always visible (#2371) 2022-11-30 22:58:00 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

egui_extras

Latest version Documentation MIT Apache

This is a crate that adds some features on top top of egui. This crate is for experimental features, and features that require big dependencies that do not belong in egui.