| Crates.io | egui_virtual_list |
| lib.rs | egui_virtual_list |
| version | 0.8.0 |
| created_at | 2024-01-21 15:48:26.421192+00 |
| updated_at | 2025-07-11 18:08:55.384047+00 |
| description | A virtual list widget for egui, with support for variable height items. |
| homepage | https://lucasmerlin.github.io/hello_egui/#/example/gallery |
| repository | https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_virtual_list |
| max_upload_size | |
| id | 1107700 |
| size | 118,519 |
This crate adds a virtual list widget to egui. Egui has a basic built-in virtual list in the ScrollArea widget. This crate has some extra features though:
There are some limitations though:
If you want to build a infinite scroll list, I recommend using the egui_infinite_scroll crate instead, which is using this crate internally.