ScrollBar
This component is a helper component for ScrollWindow. It requires both a ScrollWindow and a Slider. A useful setup is having a "Scroll Parent" object with two objects as children: an object with a ScrollWindow and an object with the ScrollBar and a Slider.
Component Breakdown
Orientation | Sets which direction should the ScrollBar scroll. |
ScrollWindow | Sets which ScrollWindow does the ScrollBar control. |
Slider | Sets which Slider will become the Scrollbar. |
Was this page helpful?