UIScrollViewDelegate_Extensions.DraggingEnded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that dragging has completed.
public static void DraggingEnded (this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView, bool willDecelerate);
static member DraggingEnded : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView * bool -> unit
Parameters
The instance on which this extension method operates.
- 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.