Expand description
§egui_infinite_scroll
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.
Structs§
- A infinite scroll widget.
Enums§
- The loading state of the infinite scroll, for either the start or end of the list.