C# Class ClanceysLib.ScrollViewWithHeader

Inheritance: UIView
Mostrar archivo Open project: Clancey/ClanceyLib Class Usage Examples

Public Properties

Property Type Description
ContentOffset System.Drawing.PointF

Public Methods

Method Description
ScrollContents ( RectangleF visibleRect, bool animate ) : void
ScrollViewWithHeader ( IntPtr handle ) : System
ScrollViewWithHeader ( RectangleF rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System
ScrollViewWithHeader ( RectangleF rect, UIView header, UIView content, bool enableZoom ) : System
SetZoomScale ( float zoomScale, bool animate ) : void
SetupController ( RectangleF rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : void
isMoving ( ) : bool

Private Methods

Method Description
ZoomHeader ( ) : void
scrollContent ( ) : void
scrollHeader ( ) : void

Method Details

ScrollContents() public method

public ScrollContents ( RectangleF visibleRect, bool animate ) : void
visibleRect System.Drawing.RectangleF
animate bool
return void

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( IntPtr handle ) : System
handle System.IntPtr
return System

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( RectangleF rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System
rect System.Drawing.RectangleF
header UIView
rowHeader UIView
content UIView
enableZoom bool
return System

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( RectangleF rect, UIView header, UIView content, bool enableZoom ) : System
rect System.Drawing.RectangleF
header UIView
content UIView
enableZoom bool
return System

SetZoomScale() public method

public SetZoomScale ( float zoomScale, bool animate ) : void
zoomScale float
animate bool
return void

SetupController() public method

public SetupController ( RectangleF rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : void
rect System.Drawing.RectangleF
header UIView
rowHeader UIView
content UIView
enableZoom bool
return void

isMoving() public method

public isMoving ( ) : bool
return bool

Property Details

ContentOffset public_oe property

public PointF,System.Drawing ContentOffset
return System.Drawing.PointF