emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
22.46k stars 1.6k forks source link

Add `ScrollArea::scroll_bar_rect` #5070

Closed emilk closed 2 months ago

emilk commented 2 months ago

Useful for constraining the scroll bars to a smaller area. This will be used by the new egui_table crate (https://github.com/rerun-io/egui_table)

egui_table