C# Class UICalendar.ScrollViewWithHeader

Inheritance: UIView
Show file Open project: Clancey/UICalendar Class Usage Examples

Public Properties

Property Type Description
ContentOffset System.Drawing.CGPoint

Public Methods

Method 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

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

Method Details

ScrollContents() public method

public ScrollContents ( CGRect visibleRect, bool animate ) : void
visibleRect CGRect
animate bool
return void

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( CGRect rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System
rect CGRect
header UIView
rowHeader UIView
content UIView
enableZoom bool
return System

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( CGRect rect, UIView header, UIView content, bool enableZoom ) : System
rect CGRect
header UIView
content UIView
enableZoom bool
return System

ScrollViewWithHeader() public method

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

SetZoomScale() public method

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

SetupController() public method

public SetupController ( CGRect rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : void
rect CGRect
header UIView
rowHeader UIView
content UIView
enableZoom bool
return void

isMoving() public method

public isMoving ( ) : bool
return bool

Property Details

ContentOffset public property

public CGPoint,System.Drawing ContentOffset
return System.Drawing.CGPoint