The members of UIKit.UIScrollView are listed below.
See Also: Inherited members from UIKit.UIView
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the UIScrollView with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| AlwaysBounceHorizontal | bool. If set to true and UIScrollView.Bounces is true, then bouncing will occur when horizontal scrolling reaches the end of the view. | |
| AlwaysBounceVertical | bool. If set to true and UIScrollView.Bounces is true, then bouncing will occur when vertical scrolling reaches the end of the view. | |
| [read-only] static | Appearance | UIScrollView.UIScrollViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| Bounces | bool. If set to true, then the scroll view will bounce at a content boundary. | |
| BouncesZoom | bool. If set to true and UIScrollView.Bounces is true, then the scroll view will bounce around a zoom limit once zooming has exceeded that limit. | |
| CanCancelContentTouches | bool. If set to false, then the scroll view will not scroll as a result of finger movement once the tracking has started in the content view. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| ContentInset | UIEdgeInsets. The distance, in points, that the content of the scroll view is inset inside of the scroll view. | |
| ContentOffset | CoreGraphics.CGPoint. The offset for the origin of the content inside of a scroll view, relative to the origin of the scroll view itself. | |
| ContentSize | CoreGraphics.CGSize. The size of the content view, as measured in points. | |
| [read-only] | Decelerating | bool. If this property returns true, then scrolling is still occuring in the scroll view but the user is not dragging their finger. |
| DecelerationRate | nfloat. This property returns a value that represents the deceleration rate once the user lifts their finger. There are two values, UIScrollView.DecelerationRateFast and UIScrollView.DecelerationRateNormal, that can serve as reference points for deceleration rates. | |
| [read-only] static | DecelerationRateFast | nfloat. Represents the value associated with the constant UIScrollViewDecelerationRateFast |
| [read-only] static | DecelerationRateNormal | nfloat. Represents the value associated with the constant UIScrollViewDecelerationRateNormal |
| DelaysContentTouches | bool. Specifies whether the UIKit.UIScrollView can delay input to attempt to determine if a scrolling gesture has been made | |
| Delegate | IUIScrollViewDelegate. An instance of the UIKit.UIScrollViewDelegate model class which acts as the class delegate. | |
| DirectionalLockEnabled | bool. If true, and the user begins scrolling in one axis (i.e. horizontally) then the scroll view disables scrolling in the other axis (i.e. vertically). | |
| [read-only] | Dragging | bool. Returns true if the content has begun scrolling. Read-only. |
| IndicatorStyle | UIScrollViewIndicatorStyle. The style of the scroll indicators. | |
| KeyboardDismissMode | UIScrollViewKeyboardDismissMode. The manner in which the keyboard is dismissed at the start of dragging. | |
| MaximumZoomScale | nfloat. The value of the maximum scale factor that can be applied to the content view. | |
| MinimumZoomScale | nfloat. The value of the minimum scale factor that can be applied to the content view. | |
| PagingEnabled | bool. If true then scrolling will stop on paging boundaries of the content view; scrolling occurs a page at a time. | |
| [read-only] | PanGestureRecognizer | UIPanGestureRecognizer. The gesture recognizer for pan gestures. Read-only. |
| [read-only] | PinchGestureRecognizer | UIPinchGestureRecognizer. The gesture recognizer for pinch gestures. Read-only. |
| ScrollEnabled | bool. If set to true then scrolling is enabled. | |
| ScrollIndicatorInsets | UIEdgeInsets. How far inset the scroll indicators are from the scroll view's edges. | |
| ScrollsToTop | bool. If true, then the scroll view will jump to the top of the content when the user taps on the status bar. | |
| ShouldScrollToTop | UIScrollViewCondition. Delegate invoked by the object to get a value. | |
| ShowsHorizontalScrollIndicator | bool. If true, then the horizontal scroll bar will be visible when tracking. | |
| ShowsVerticalScrollIndicator | bool. If true, then the vertical scroll bar will be visible when tracking. | |
| [read-only] | Tracking | bool. Returns true if the user has touched the content and scrolling is about to begin. |
| ViewForZoomingInScrollView | UIScrollViewGetZoomView. Delegate invoked by the object to get a value. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type | |
| [read-only] | ZoomBouncing | bool. Returns true if the scroll view is bouncing back to the zoom scaling limits specified byUIScrollView.MinimumScrollView and UIScrollView.MaximumScrollView. Read-only. |
| [read-only] | Zooming | bool. Returns true if the content view is zooming in or out. Read-only. |
| ZoomScale | nfloat. The scale factor that is being applied to the content of a scroll view. |
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. | ||
| DecelerationEnded | Event raised by the object. | |
| DecelerationStarted | Event raised by the object. | |
| DidZoom | Event raised by the object. | |
| DraggingEnded | Event raised by the object. | |
| DraggingStarted | Event raised by the object. | |
| ScrollAnimationEnded | Event raised by the object. | |
| Scrolled | Event raised by the object. | |
| ScrolledToTop | Event raised by the object. | |
| WillEndDragging | Event raised by the object. | |
| ZoomingEnded | Event raised by the object. | |
| ZoomingStarted | Event raised by the object. |