LiveDragging Property (FlexSlider)

Class

FlexSlider.

Action

Gets whether live dragging is enabled for the slider.

If false, Flex sets the value and values properties and dispatches the change event when the user stops dragging the slider thumb. If true, Flex sets the value and values properties and dispatches the change event continuously as the user moves the thumb.

The default value is false.

Syntax

'Declaration
Protected Read Property liveDragging As Boolean

Access

Read only.