Module jumpy::prelude::egui::containers::scroll_area
Expand description
Coordinate system names:
- content: size of contents (generally large; that’s why we want scroll bars)
- outer: size of scroll area including scroll bar(s)
- inner: excluding scroll bar(s). The area we clip the contents to.
Structs§
- Add vertical and/or horizontal scrolling to a contained
Ui
.
Enums§
- Indicate whether the horizontal and vertical scroll bars must be always visible, hidden or visible when needed.