DesktopScrollbar.PageStep
From Xojo Documentation
Property (As Integer )
aDesktopScrollbar.PageStep = newIntegerValue
or
IntegerValue = aDesktopScrollbar.PageStep
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopScrollbar.PageStep
New in 2021r3
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 Opening event of the DesktopScrollbar sets the value of PageStep.
Me.PageStep = 10