OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Modifying Scroll Bars

Modifying scroll bars is usually done by the user, but your application can also modify a scroll bar directly:

  • TScrollBar::SetRange sets the scrolling range.
  • TScrollBar::SetPosition sets the thumb position.
  • TScrollBar::DeltaPos moves the thumb position.

See Also