Name | Description | |
---|---|---|
C1ScrollViewer Constructor | Initializes a new instance of the C1ScrollViewer class. |
The following tables list the members exposed by C1ScrollViewer.
Name | Description | |
---|---|---|
C1ScrollViewer Constructor | Initializes a new instance of the C1ScrollViewer class. |
Name | Description | |
---|---|---|
ClassHandle | (Inherited from UIKit.UIScrollView) | |
Content | Gets or sets the content of the top, left header. | |
ExtentHeight | Gets the vertical size of all the scrollable content in the C1ScrollViewer. | |
ExtentWidth | Gets the horizontal size of all the scrollable content in the C1ScrollViewer. | |
Handle | (Inherited from Foundation.NSObject) | |
HorizontalOffset | Gets the distance the content has been scrolled horizontally. | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed. | |
LeftHeader | Gets or sets the content of the left header. | |
MaxZoomFactor | Gets or sets a value that indicates the maximum permitted run-time value of ZoomFactor. | |
MinZoomFactor | Gets or sets a value that indicates the minimum permitted run-time value of ZoomFactor. | |
RefreshEnabled | Gets or sets a value indicating whether refreshing is enabled. | |
Refreshing | Gets a value indicating whether this C1ScrollViewer is refreshing. | |
ScrollableHeight | Gets a value that represents the vertical size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport. | |
ScrollableWidth | Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport. | |
ShouldScrollToTop | (Inherited from UIKit.UIScrollView) | |
SuperHandle | (Inherited from Foundation.NSObject) | |
TopHeader | Gets or sets the content of the top header. | |
TopLeftHeader | Gets or sets the content of the top, left header. | |
VerticalOffset | Gets the distance the content has been scrolled vertically. | |
VerticalScrollBarVisibility | Gets or sets a value that indicates whether a vertical ScrollBar should be displayed. | |
ViewForZoomingInScrollView | (Inherited from UIKit.UIScrollView) | |
ViewportHeight | Gets the vertical size of the viewable content. | |
ViewportWidth | Gets the horizontal size of the viewable content. | |
ZoomFactor | Gets a value that indicates the current zoom factor engaged for content scaling. | |
ZoomMode | Gets or sets a value that indicates whether zoom behavior in the ScrollViewer content is enabled. |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
BeginRefreshing | Begins refreshing. | |
ChangeView | Changes the view. | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
EndRefreshing | Ends refreshing. | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
LayoutSubviews | Overridden. | |
MovedToSuperview | Overridden. | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetNeedsLayout | Overridden. | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
SizeThatFits | Overridden. | |
ToString | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
DecelerationEnded | (Inherited from UIKit.UIScrollView) | |
DecelerationStarted | (Inherited from UIKit.UIScrollView) | |
DidZoom | (Inherited from UIKit.UIScrollView) | |
DraggingEnded | (Inherited from UIKit.UIScrollView) | |
DraggingStarted | (Inherited from UIKit.UIScrollView) | |
Refresh | Occurs when the viewer is pulled to be refreshed. | |
ScrollAnimationEnded | (Inherited from UIKit.UIScrollView) | |
Scrolled | (Inherited from UIKit.UIScrollView) | |
ScrolledToTop | (Inherited from UIKit.UIScrollView) | |
SizeChanged | Occurs after the size of the control changed. | |
ViewChanged | Occurs when manipulations such as scrolling and zooming have caused the view to change. | |
ViewChanging | Occurs when manipulations such as scrolling and zooming cause the view to change. | |
WillEndDragging | (Inherited from UIKit.UIScrollView) | |
ZoomingEnded | (Inherited from UIKit.UIScrollView) | |
ZoomingStarted | (Inherited from UIKit.UIScrollView) |