Simulates a Scroll gesture inertia starting event. Note: ScrollGestureInertiaStartingEventArgs has an internal constructor in Avalonia. This method uses reflection to create the event args.
public bool ScrollInertiaStarting(Interactive target, int gestureId, Vector inertia)
The target control to receive the event.
Gesture ID of the scroll.
Inertia velocity vector.