DesktopSlider.PageStep
From Xojo Documentation
Property (As Integer )
aDesktopSlider.PageStep = newIntegerValue
or
IntegerValue = aDesktopSlider.PageStep
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopSlider.PageStep
New in 2021r3
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.