Viewports

Viewport is abstract base class for "viewport" components. Viewports provide a windowed view on a component (called the "view") that is too large to fit within a given area. They are generally scrollable, though their means for scrolling the view may differ. Pivot includes two viewport components: ScrollPane and Panorama. Scroll panes facilitate scrolling by presenting a vertical or horizontal scroll bar that the user can drag to access the obscured parts of the view. Panoramas scroll via four directional scroll arrows shown at the top, left, bottom, or right as needed.

Next: Scroll Panes