Slider.PageStep

From Xojo Documentation

Property (As Integer )
aSlider.PageStep = newIntegerValue
or
IntegerValue = aSlider.PageStep

Supported for all project types and targets.

The amount the value changes when the user clicks in the Slider track.

Example

This example is in the Open event of the control. It sets the Maximum value and the PageStep.

Me.Maximum = 500
Me.PageStep = 20