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
static | AppearanceWhenContainedIn(params Type[])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>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])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)This method is provided so that the behaviour of a touch in the content view may be customized by a subclass. | ||
TouchesShouldCancelInContentView(UIView)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. | ||