UIScrollViewDelegate.DraggingEnded(UIScrollView, Boolean) Method

Definition

Called when dragging has ended.

[Foundation.Export("scrollViewDidEndDragging:willDecelerate:")]
public virtual void DraggingEnded (UIKit.UIScrollView scrollView, bool willDecelerate);
abstract member DraggingEnded : UIKit.UIScrollView * bool -> unit
override this.DraggingEnded : UIKit.UIScrollView * bool -> unit

Parameters

scrollView
UIScrollView

Scroll view where the content finished scrolling.

willDecelerate
Boolean

true if the scrolling movement will continue (but decelerate) after the user lifts their finger. If false then the scrolling stops immediately upon touch-up.

Attributes

Remarks

Dragging ends when the user lifts their finger and stops scrolling the content directly.

Applies to