scrollframes
A scrollframe, also known as a scrolling frame or scrollable panel, is a user interface element that provides a fixed-size viewport to display a portion of a larger content area. It enables the user to view content beyond the visible bounds by scrolling.
Typically, a scrollframe consists of a viewport with clipping, a content container larger than the viewport,
Input methods include mouse wheel, dragging the scrollbar, dragging the content area, touch swipes on mobile
Scrollframes are common across GUI toolkits, web browsers, and game engines. Examples include Roblox ScrollingFrame, Unity
Design considerations include choosing appropriate viewport and content sizes, ensuring accessibility through keyboard focus and ARIA