Scrollbar.PageStep
From Xojo Documentation
Property (As Integer )
aScrollbar.PageStep = newIntegerValue
or
IntegerValue = aScrollbar.PageStep
Supported for all project types and targets.
or
IntegerValue = aScrollbar.PageStep
Supported for all project types and targets.
The amount the value changes when the user clicks in the Scrollbar track.
Example
This example in the Open event of the Scrollbar sets the value of PageStep.
Me.PageStep = 10