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. Double. |