Scroll Event

Object List Next Object

Defined By:
ScrollBar

Description:

Determines when the thumb of the ScrollBar has been moved directly. This event occurs continuously as a user manipulates the scroll bar thumb.

Usage:

Sub Scroll()

Details:

The Scroll event is commonly used to manipulate controls that must reflect the continual changes that occur in scroll bars, such as when scrolling a graphic or list. You can also use this event to perform calculations when a scrollbar is being used to set a particular value.


Note: If a single update (as opposed to continual updating) is desired after changes are made to a scroll bar, use the Change event.