Dragged Method (FlexDividedBox)

Class

FlexDividedBox class

Action

Dispatched multiple times as the user drags any divider. The dividerDrag event is dispatched after the dividerPress event and before the dividerRelease event.

Syntax

dividedBox.Dragged(dividerIndex, delta)
Variable Description
dividerIndex Contains the zero-based index of the divider being dragged. The leftmost or topmost divider has a dividerIndex of 0. INTEGER.
delta Contains the number of pixels that the divider has been dragged. Positive numbers represent a drag toward the right or bottom, negative numbers toward the left or top. REAL.