Beta Documentation - Subject to change.

A control for scrolling contents.

Remarks

Scroll bars are composes of three controls: the decrement button, the increment button, and the thumb button. These controls must be set up for a scroll bar to be usable by a user.Scroll bars can be attached to scrollable control. While attached to a scrollable control, none of the range or value setters or getters are available. This is because the range and value are being managed by the scrollable container.

Inheritance Hierarchy

Turbine.Object
  Turbine.UI.Control
    Turbine.UI.ScrollBar
      Turbine.UI.Lotro.ScrollBar

See Also