WebSlider.LiveStep
From Xojo Documentation
Property (As Boolean )
aWebSlider.LiveStep = newBooleanValue
or
BooleanValue = aWebSlider.LiveStep
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aWebSlider.LiveStep
New in 2010r4
Supported for all project types and targets.
If True, ValueChanged events occur as the user drags the thumbnail in the slider. If False, the ValueChanged event occurs only when the user has completed the drag. The default is False.
Example
Sets LiveStep to True in the Shown event handler: