C# Class UICalendar.ScrollViewWithHeader

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ScrollContents ( CGRect visibleRect, bool animate ) : void
ScrollViewWithHeader ( CGRect rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System
ScrollViewWithHeader ( CGRect rect, UIView header, UIView content, bool enableZoom ) : System
ScrollViewWithHeader ( IntPtr handle ) : System
SetZoomScale ( float zoomScale, bool animate ) : void
SetupController ( CGRect 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 ( CGRect visibleRect, bool animate ) : void
visibleRect CGRect
animate bool
Résultat void

ScrollViewWithHeader() public méthode

public ScrollViewWithHeader ( CGRect rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System
rect CGRect
header UIView
rowHeader UIView
content UIView
enableZoom bool
Résultat System

ScrollViewWithHeader() public méthode

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

ScrollViewWithHeader() public méthode

public ScrollViewWithHeader ( IntPtr handle ) : System
handle System.IntPtr
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 ( CGRect rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : void
rect CGRect
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 CGPoint,System.Drawing ContentOffset
Résultat System.Drawing.CGPoint