UIKit.UIScrollViewDelegate_Extensions Members

The members of UIKit.UIScrollViewDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
DecelerationEnded(this IUIScrollViewDelegate, UIScrollView)
Indicates that deceleration relating to a scroll event has ended.
static
DecelerationStarted(this IUIScrollViewDelegate, UIScrollView)
Indicates that deceleration of a scrolling event has begun.
static
DidZoom(this IUIScrollViewDelegate, UIScrollView)
Indicates that the specified scrollView has zoomed.
static
DraggingEnded(this IUIScrollViewDelegate, UIScrollView, bool)
Indicates that dragging has completed.
static
DraggingStarted(this IUIScrollViewDelegate, UIScrollView)
Indicates that dragging has begun.
static
ScrollAnimationEnded(this IUIScrollViewDelegate, UIScrollView)
Indicates that all animations relating to scrolling have completed.
static
Scrolled(this IUIScrollViewDelegate, UIScrollView)
Indicates that the specified scrollView has scrolled.
static
ScrolledToTop(this IUIScrollViewDelegate, UIScrollView)
Indicates that the specified scrollView's scrolling has ended at the top.
static
ShouldScrollToTop(this IUIScrollViewDelegate, UIScrollView) : bool
Whether a scroll to the beginning of the scrollView should be permitted.
static
ViewForZoomingInScrollView(this IUIScrollViewDelegate, UIScrollView) : UIView
The UIView to scale when zooming is requested.
static
WillEndDragging(this IUIScrollViewDelegate, UIScrollView, CoreGraphics.CGPoint, ref CoreGraphics.CGPoint)
Indicates that dragging is about to end.
static
ZoomingEnded(this IUIScrollViewDelegate, UIScrollView, UIView, nfloat)
Indicates that zooming has completed.
static
ZoomingStarted(this IUIScrollViewDelegate, UIScrollView, UIView)
Indicates that zooming has begun.