C# Class ClanceysLib.ScrollViewWithHeader

Inheritance: UIView
Afficher le fichier Open project: Clancey/ClanceyLib Class Usage Examples

Méthodes publiques

Свойство Type Description
ContentOffset System.Drawing.PointF

Méthodes publiques

Méthode 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

Méthode Description
ZoomHeader ( ) : void
scrollContent ( ) : void
scrollHeader ( ) : void

Method Details

ScrollContents() public méthode

public ScrollContents ( RectangleF visibleRect, bool animate ) : void
visibleRect System.Drawing.RectangleF
animate bool
Résultat void

ScrollViewWithHeader() public méthode

public ScrollViewWithHeader ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ScrollViewWithHeader() public méthode

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
Résultat System

ScrollViewWithHeader() public méthode

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

SetZoomScale() public méthode

public SetZoomScale ( float zoomScale, bool animate ) : void
zoomScale float
animate bool
Résultat void

SetupController() public méthode

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
Résultat void

isMoving() public méthode

public isMoving ( ) : bool
Résultat bool

Property Details

ContentOffset public_oe property

public PointF,System.Drawing ContentOffset
Résultat System.Drawing.PointF