C# Класс UICalendar.ScrollViewWithHeader

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

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

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