struct
Gesture.OnScroll
Details of a scroll event.
Fields
ScrollDeltaLocalSpace | The amount the scrollable content was moved this frame in Receiver local space. |
ScrollType | The mechanism responsible for scrolling the content, Manual or Inertial. |
Properties
ID | A unique identifier associated with the event. |
Interaction | The interaction update responsible for triggering the event. Either passed into or created by an Interaction method. |
Receiver | The UIBlock from which the event was invoked. |
Target | An ancestor of the Receiver (or the Receiver itself) holding information pertinent to the event handler. |