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.52k stars 1.61k forks source link

Wrap large menus into columns or make them scrollable #683

Open mankinskin opened 3 years ago

mankinskin commented 3 years ago

https://github.com/emilk/egui/pull/543#issuecomment-905395267

emilk commented 2 years ago

Can't you just add a ScrollArea to a menu?

mankinskin commented 2 years ago

Can't you just add a ScrollArea to a menu?

I didn't test it, but it sounds like the solution to go with.