UIKit.UIScrollView: Method Members

The methods of UIKit.UIScrollView are listed below. For a list of all members, see the UIScrollView Members list.

See Also: Inherited members from UIKit.UIView

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIScrollView.UIScrollViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
FlashScrollIndicators()
This method will flash the scroll indicators for a short time.
static
GetAppearance<T>() : UIScrollView.UIScrollViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIScrollView.UIScrollViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIScrollView.UIScrollViewAppearance
Documentation for this section has not yet been entered.
ScrollRectToVisible(bool, CoreGraphics.CGRect)
This method will scroll the content view so that the area defined by rect is visible.
SetContentOffset(bool, CoreGraphics.CGPoint)
This method will move the scroll view to a new location, with optional animation.
SetZoomScale(bool, nfloat)
This value should be between the values of UIScrollView.MinimumZoomFactor and UIScrollView.MaximumZoomFactor.
TouchesShouldBegin(Foundation.NSSet, UIEvent, UIView) : bool
This method is provided so that the behaviour of a touch in the content view may be customized by a subclass.
TouchesShouldCancelInContentView(UIView) : bool
This method controls if the touches of a content subview should be cancelled, which would allow dragging to start.
ZoomToRect(bool, CoreGraphics.CGRect)
This method will zoom the area defined by rect so that it is visible in the content view.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIScrollView object.