Module pax_std::core::scrollbar

source ·

Structs§

  • A combination of a clipping area (nearly identical to a Frame,) and an inner panel that can be scrolled on zero or more axes. Scroller coordinates with each chassis to create native scrolling containers, which pass native scroll events back to Engine. In turn, Scroller translates its children to reflect the current scroll position. When both scrolling axes are disabled, Scroller acts exactly like a Frame, with a possibly- transformed Group surrounding its contents.