Slider.LiveScroll
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Slider.AllowLiveScrolling as a replacement. |
Property (As Boolean )
aSlider.LiveScroll = newBooleanValue
or
BooleanValue = aSlider.LiveScroll
Supported for all project types and targets.
or
BooleanValue = aSlider.LiveScroll
Supported for all project types and targets.
If True, a ValueChanged event occurs as the user drags the thumbnail in the slider.
Notes
Otherwise, a single ValueChanged event occurs when the user stops dragging the thumbnail.