C# Class XamlForIphone.UIScrollView

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
FlashScrollIndicators ( ) : void
ScrollRectToVisible ( System rect, System animated ) : void
SetContentOffset ( System contentOffset, System animated ) : void
SetZoomScale ( System scale, System animated ) : void
TouchesShouldBegin ( MonoTouch touches, MonoTouch withEvent, MonoTouch inContentView ) : System.Boolean
TouchesShouldCancelInContentView ( MonoTouch view ) : System.Boolean
ZoomToRect ( System rect, System animated ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

FlashScrollIndicators() public method

public FlashScrollIndicators ( ) : void
return void

ScrollRectToVisible() public method

public ScrollRectToVisible ( System rect, System animated ) : void
rect System
animated System
return void

SetContentOffset() public method

public SetContentOffset ( System contentOffset, System animated ) : void
contentOffset System
animated System
return void

SetZoomScale() public method

public SetZoomScale ( System scale, System animated ) : void
scale System
animated System
return void

TouchesShouldBegin() public method

public TouchesShouldBegin ( MonoTouch touches, MonoTouch withEvent, MonoTouch inContentView ) : System.Boolean
touches MonoTouch
withEvent MonoTouch
inContentView MonoTouch
return System.Boolean

TouchesShouldCancelInContentView() public method

public TouchesShouldCancelInContentView ( MonoTouch view ) : System.Boolean
view MonoTouch
return System.Boolean

ZoomToRect() public method

public ZoomToRect ( System rect, System animated ) : void
rect System
animated System
return void