property ScrollBar.ScrollDelay as Long
Specifies the time in ms, to delay the next scroll event, when the user clicks the scrollbar's parts.

TypeDescription
Long A Long expression that defines the time in ms, to delay the next scroll event.
By default, the ScrollDelay property is 0, which means that no delay occurs till next scroll event. In other words, you can use the ScrollDelay property to define the delay between two Change events. Use the StartScrollDelay property to specify the time in ms, to wait until contiguously scroll begins once the user presses the up/down or left/right buttons.