C# 클래스 UICalendar.ScrollViewWithHeader

상속: UIView
파일 보기 프로젝트 열기: Clancey/UICalendar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentOffset System.Drawing.CGPoint

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ZoomHeader ( ) : void
scrollContent ( ) : void
scrollHeader ( ) : void

메소드 상세

ScrollContents() 공개 메소드

public ScrollContents ( CGRect visibleRect, bool animate ) : void
visibleRect CGRect
animate bool
리턴 void

ScrollViewWithHeader() 공개 메소드

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

ScrollViewWithHeader() 공개 메소드

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

ScrollViewWithHeader() 공개 메소드

public ScrollViewWithHeader ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

SetZoomScale() 공개 메소드

public SetZoomScale ( float zoomScale, bool animate ) : void
zoomScale float
animate bool
리턴 void

SetupController() 공개 메소드

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

isMoving() 공개 메소드

public isMoving ( ) : bool
리턴 bool

프로퍼티 상세

ContentOffset 공개적으로 프로퍼티

public CGPoint,System.Drawing ContentOffset
리턴 System.Drawing.CGPoint