phoenix::VerticalScrollBar

A vertically-oriented, stand-alone scroll bar.

struct VerticalScrollBar : Widget {
  function<void ()> onChange;

  unsigned length();
  unsigned position();
  void setLength(unsigned length);
  void setPosition(unsigned position);
};