Scrollbar.LineStep
From Xojo Documentation
Property (As Integer )
aScrollbar.LineStep = newIntegerValue
or
IntegerValue = aScrollbar.LineStep
Supported for all project types and targets.
or
IntegerValue = aScrollbar.LineStep
Supported for all project types and targets.
The amount the value changes when a scroll arrow is clicked. The default is 1.
Notes
MacOS does not show scrollbar arrows so there is no way to cause a "LineStep".
Sample Code
This example is in the Open event of the Scrollbar. It sets the Minimum, Maximum, and LineStep properties.