egui_infinite_scroll 0.9.0

Infinite scroll widget for egui
Documentation

egui_infinite_scroll

egui_ver Latest version Documentation unsafe forbidden License

Infinite scroll widget for egui.

Supports loading items of varying heights, from the top or bottom of the list.

Check the Gallery and Chat example for a demo.

Internally this uses the egui_virtual_list crate as a virtual list.