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