C# Класс ClanceysLib.ScrollViewWithHeader

Наследование: UIView
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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