C# 클래스 ClanceysLib.ScrollViewWithHeader

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

공개 프로퍼티들

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ScrollContents() 공개 메소드

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

ScrollViewWithHeader() 공개 메소드

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

ScrollViewWithHeader() 공개 메소드

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
리턴 System

ScrollViewWithHeader() 공개 메소드

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

SetZoomScale() 공개 메소드

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

SetupController() 공개 메소드

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
리턴 void

isMoving() 공개 메소드

public isMoving ( ) : bool
리턴 bool

프로퍼티 상세

ContentOffset 공개적으로 프로퍼티

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