DialogViewController.SizingSource 类

定义

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

public class DialogViewController.SizingSource : MonoTouch.Dialog.DialogViewController.Source
type DialogViewController.SizingSource = class
    inherit DialogViewController.Source
继承

注解

如果要对 MonoTouch.Dialog 进行子类化或对其进行扩展,则可能会创建此类的子类。

此源探测元素以查看它是否实现了 IElementSizing 接口。 如果存在,它将调用 方法来确定行的高度,否则将返回默认值

构造函数

DialogViewController.SizingSource(DialogViewController)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

字段

Container

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
Root

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)

属性

Class

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
ClassHandle

此类的句柄。

(继承自 NSObject)
DebugDescription

此对象的开发人员有意义的说明。

(继承自 NSObject)
Description

对象的说明,即 ToString 的 Objective-C 版本。

(继承自 NSObject)
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 NSObject)
IsDirectBinding

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
IsProxy

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
RetainCount

返回对象的当前 Objective-C 保留计数。

(继承自 NSObject)
Self

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Superclass

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
SuperHandle

用于表示此 NSObject 基类中方法的句柄。

(继承自 NSObject)
Zone

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)

方法

AccessoryButtonTapped(UITableView, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
AccessoryForRow(UITableView, NSIndexPath)

开发人员不应使用此已弃用的方法。

(继承自 UITableViewSource)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

使用 NSString keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

使用字符串 keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
AwakeFromNib()

从 nib 文件加载对象后调用。 替代器必须调用 base。AwakeFromNib () 。

(继承自 NSObject)
BeginInvokeOnMainThread(Action)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

在主 UI 线程上异步调用指定的代码。

(继承自 NSObject)
Bind(NSString, NSObject, String, NSDictionary)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Bind(String, NSObject, String, NSDictionary)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
BindingInfo(String)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
BindingOptionDescriptions(String)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
BindingValueClass(String)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
CanEditRow(UITableView, NSIndexPath)

位于 indexPath 的行是否应可编辑。

(继承自 UITableViewSource)
CanFocusRow(UITableView, NSIndexPath)

指定 indexPath 处的行是否可能获得焦点。

(继承自 UITableViewSource)
CanMoveRow(UITableView, NSIndexPath)

位于 的行 indexPath 是否可以移动到表视图中的另一个位置。

(继承自 UITableViewSource)
CanPerformAction(UITableView, Selector, NSIndexPath, NSObject)

编辑菜单是否应省略指定行的“复制”或“粘贴”命令。

(继承自 UITableViewSource)
CellDisplayingEnded(UITableView, UITableViewCell, NSIndexPath)

指示指定 indexPath 处的单元格已完成显示。

(继承自 UITableViewSource)
CommitEditing()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
CommitEditing(NSObject, Selector, IntPtr)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
CommitEditingStyle(UITableView, UITableViewCellEditingStyle, NSIndexPath)

提交指定行的插入或删除操作。

(继承自 UITableViewSource)
ConformsToProtocol(IntPtr)

调用以确定此对象是否实现指定的协议。

(继承自 NSObject)
Copy()

执行基础 Objective-C 对象的副本。

(继承自 NSObject)
CustomizeMoveTarget(UITableView, NSIndexPath, NSIndexPath)

返回一个新的索引路径,用于更改用户移动的行的最终位置。

(继承自 UITableViewSource)
DangerousAutorelease()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
DangerousRelease()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
DangerousRetain()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
DecelerationEnded(UIScrollView)

在滚动移动) 结束时减速结束 (时调用。

(继承自 UIScrollViewDelegate)
DecelerationStarted(UIScrollView)

在滚动运动) 结束时开始减速 (时调用。

(继承自 UIScrollViewDelegate)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

指示对多关系的索引发生了更改。

(继承自 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
DidChangeAdjustedContentInset(UIScrollView)

当嵌入值更改时调用的方法。

(继承自 UIScrollViewDelegate)
DidChangeValue(String)

指示对指定的键进行了更改。

(继承自 NSObject)
DidEndEditing(UITableView, NSIndexPath)

当表视图已为 指定的行离开编辑模式时调用 indexPath

(继承自 UITableViewSource)
DidUpdateFocus(UITableView, UITableViewFocusUpdateContext, UIFocusAnimationCoordinator)

指示焦点已更改,详见 context

(继承自 UITableViewSource)
DidZoom(UIScrollView)

在滚动视图的缩放因子更改时调用。

(继承自 UIScrollViewDelegate)
Dispose()

释放 NSObject 对象使用的资源。

(继承自 NSObject)
Dispose(Boolean)

释放 NSObject 对象使用的资源。

(继承自 NSObject)
DoesNotRecognizeSelector(Selector)

指示此对象无法识别指定的选择器。

(继承自 NSObject)
DraggingEnded(UIScrollView, Boolean)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
DraggingStarted(UIScrollView)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
EditActionsForRow(UITableView, NSIndexPath)

返回在用户轻扫由 标识indexPath的表视图中的行后显示的行tableView操作数组。

(继承自 UITableViewSource)
EditingStyleForRow(UITableView, NSIndexPath)

对表视图显示的每一行调用,以确定要用于该行的编辑样式。

(继承自 UITableViewSource)
Equals(NSObject)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Equals(Object)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
EstimatedHeight(UITableView, NSIndexPath)

指定 indexPath处的表单元格的估计高度。

(继承自 UITableViewSource)
EstimatedHeightForFooter(UITableView, nint)

指定 section的页脚的估计高度。

(继承自 UITableViewSource)
EstimatedHeightForHeader(UITableView, nint)

指定 section的标头的估计高度。

(继承自 UITableViewSource)
ExposedBindings()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
FooterViewDisplayingEnded(UITableView, UIView, nint)

指示 footerView 将删除指定 section 的 。

(继承自 UITableViewSource)
GetBindingInfo(NSString)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetBindingOptionDescriptions(NSString)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetBindingValueClass(NSString)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetCell(UITableView, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
GetDictionaryOfValuesFromKeys(NSString[])

检索指定键的值。

(继承自 NSObject)
GetHashCode()

为当前实例生成哈希代码。

(继承自 NSObject)
GetHeightForFooter(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
GetHeightForHeader(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
GetHeightForRow(UITableView, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

GetIndexPathForPreferredFocusedView(UITableView)

表的首选焦点视图的索引路径。

(继承自 UITableViewSource)
GetLeadingSwipeActionsConfiguration(UITableView, NSIndexPath)

获取要 UISwipeActionsConfiguration 显示在 行开头处的描述轻扫操作。

(继承自 UITableViewSource)
GetMethodForSelector(Selector)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetNativeField(String)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetNativeHash()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
GetTrailingSwipeActionsConfiguration(UITableView, NSIndexPath)

获取要 UISwipeActionsConfiguration 显示在 行末尾的描述轻扫操作。

(继承自 UITableViewSource)
GetViewForFooter(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
GetViewForHeader(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
HeaderViewDisplayingEnded(UITableView, UIView, nint)

例如,由于滚动) ,从表中删除节标题时调用 (。

(继承自 UITableViewSource)
IndentationLevel(UITableView, NSIndexPath)

获取 指定的行的 indexPath缩进级别。

(继承自 UITableViewSource)
Init()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
InitializeHandle(IntPtr)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
InitializeHandle(IntPtr, String)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Invoke(Action, Double)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Invoke(Action, TimeSpan)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
InvokeOnMainThread(Action)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
InvokeOnMainThread(Selector, NSObject)

同步调用主 UI 线程上的指定代码。

(继承自 NSObject)
IsEqual(NSObject)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
IsKindOfClass(Class)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
IsMemberOfClass(Class)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
MarkDirty()

将常规对等对象 (IsDirectBinding 为 true) 提升为 toggleref 对象。

(继承自 NSObject)
MoveRow(UITableView, NSIndexPath, NSIndexPath)

移动行时调用,以便数据源可以“实现”在用户界面中执行的已更改行位置。 这可确保数据与显示的内容保持同步。

(继承自 UITableViewSource)
MutableCopy()

创建指定 NSObject 的可变副本。

(继承自 NSObject)
NumberOfSections(UITableView)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
ObjectDidEndEditing(NSObject)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

指示相对于此对象的指定 keyPath 处的值已更改。

(继承自 NSObject)
PerformAction(UITableView, Selector, NSIndexPath, NSObject)

调用 以对 指定的 indexPath行执行复制或粘贴操作。

(继承自 UITableViewSource)
PerformSelector(Selector)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PerformSelector(Selector, NSObject)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double)

在当前实例上调用选择器,如果 obj 不为 null,则将其作为其单个参数传递。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PerformSelector(Selector, NSObject, NSObject)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
PrepareForInterfaceBuilder()

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
RemoveObserver(NSObject, NSString)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RespondsToSelector(Selector)

此对象是否识别指定的选择器。

(继承自 NSObject)
RowDeselected(UITableView, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
RowHighlighted(UITableView, NSIndexPath)

突出显示行时调用。

(继承自 UITableViewSource)
RowSelected(UITableView, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
RowsInSection(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
RowUnhighlighted(UITableView, NSIndexPath)

当行未亮起时调用。

(继承自 UITableViewSource)
ScrollAnimationEnded(UIScrollView)

在滚动视图中的滚动动画完成时调用。

(继承自 UIScrollViewDelegate)
Scrolled(UIScrollView)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
ScrolledToTop(UIScrollView)

在滚动视图滚动到内容顶部时调用。

(继承自 UIScrollViewDelegate)
SectionFor(UITableView, String, nint)

返回具有给定 tableViewatIndex的节的索引。

(继承自 UITableViewSource)
SectionIndexTitles(UITableView)

返回要显示为表视图上的索引的标题数组。

(继承自 UITableViewSource)
SetNativeField(String, NSObject)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
SetNilValueForKey(NSString)

将指定键的值设置为 null。

(继承自 NSObject)
SetValueForKey(NSObject, NSString)

将键指定的属性的值设置为指定的值。

(继承自 NSObject)
SetValueForKeyPath(IntPtr, NSString)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

(继承自 NSObject)
SetValueForKeyPath(NSObject, NSString)

设置可以使用键路径访问的属性的值。

(继承自 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

指示尝试将值写入未定义的键。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

将此 NSObject 的值设置为指定字典中的值。

(继承自 NSObject)
ShouldHighlightRow(UITableView, NSIndexPath)

在突出显示之前调用。 如果此方法返回 false,则不会突出显示该行。

(继承自 UITableViewSource)
ShouldIndentWhileEditing(UITableView, NSIndexPath)

当表处于编辑模式时,指定的行 indexPath 是否应缩进。

(继承自 UITableViewSource)
ShouldScrollToTop(UIScrollView)

由滚动视图调用,以确定它是否应滚动到内容的顶部。

(继承自 UIScrollViewDelegate)
ShouldShowMenu(UITableView, NSIndexPath)

是否应为 指定的 indexPath行显示编辑菜单。

(继承自 UITableViewSource)
ShouldSpringLoadRow(UITableView, NSIndexPath, IUISpringLoadedInteractionContext)

系统是否应使用弹簧加载效果在 处显示行。

(继承自 UITableViewSource)
ShouldUpdateFocus(UITableView, UITableViewFocusUpdateContext)

this 失去或接收焦点之前调用。 如果任一焦点环境返回 false,则取消焦点更新。

(继承自 UITableViewSource)
TitleForDeleteConfirmation(UITableView, NSIndexPath)

设置指定行的“删除”按钮的文本。

(继承自 UITableViewSource)
TitleForFooter(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
TitleForHeader(UITableView, nint)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
ToString()

返回当前实例的值的字符串表示形式。

(继承自 NSObject)
Unbind(NSString)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
Unbind(String)
已过时.

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
ValueForKey(NSString)

返回与指定键关联的属性的值。

(继承自 NSObject)
ValueForKeyPath(NSString)

返回可以使用键路径访问的属性的值。

(继承自 NSObject)
ValueForUndefinedKey(NSString)

指示尝试读取未定义键的值。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
ViewForZoomingInScrollView(UIScrollView)

返回在滚动视图中进行缩放时要缩放的视图。

(继承自 UIScrollViewDelegate)
WillBeginEditing(UITableView, NSIndexPath)

当表格视图即将进入轻扫删除编辑模式时调用。

(继承自 UITableViewSource)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

指示指定键中指定索引的值即将更改。

(继承自 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 NSObject)
WillChangeValue(String)

指示指定键的值即将更改。

(继承自 NSObject)
WillDeselectRow(UITableView, NSIndexPath)

在取消选择行之前调用。

(继承自 UITableViewSource)
WillDisplay(UITableView, UITableViewCell, NSIndexPath)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

(继承自 DialogViewController.Source)
WillDisplayFooterView(UITableView, UIView, nint)

在显示节的页脚视图之前调用。

(继承自 UITableViewSource)
WillDisplayHeaderView(UITableView, UIView, nint)

在显示节的标题视图之前调用。

(继承自 UITableViewSource)
WillEndDragging(UIScrollView, CGPoint, CGPoint)

当用户完成滚动内容时调用。

(继承自 UIScrollViewDelegate)
WillSelectRow(UITableView, NSIndexPath)

在即将选择行时调用。

(继承自 UITableViewSource)
ZoomingEnded(UIScrollView, UIView, nfloat)

内容缩放完成时调用。

(继承自 UIScrollViewDelegate)
ZoomingStarted(UIScrollView, UIView)

在缩放操作即将开始时调用。

(继承自 UIScrollViewDelegate)

扩展方法

GetDebugDescription(INSObjectProtocol)

当包含的元素应具有不同的高度时,MonoTouch.Dialog 使用的默认 UITableViewSource。

GetAccessibilityCustomRotors(NSObject)

获取适用于 this 对象的 对象的数组UIAccessibilityCustomRotor

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

设置适用于 this 对象的 对象数组UIAccessibilityCustomRotor

DecelerationEnded(IUIScrollViewDelegate, UIScrollView)

指示与滚动事件相关的减速已结束。

DecelerationStarted(IUIScrollViewDelegate, UIScrollView)

指示滚动事件的减速已开始。

DidChangeAdjustedContentInset(IUIScrollViewDelegate, UIScrollView)

当嵌入值更改时调用的方法。

DidZoom(IUIScrollViewDelegate, UIScrollView)

指示指定的 scrollView 已缩放。

DraggingEnded(IUIScrollViewDelegate, UIScrollView, Boolean)

指示拖动已完成。

DraggingStarted(IUIScrollViewDelegate, UIScrollView)

指示拖动已开始。

ScrollAnimationEnded(IUIScrollViewDelegate, UIScrollView)

指示与滚动相关的所有动画都已完成。

Scrolled(IUIScrollViewDelegate, UIScrollView)

指示指定的 scrollView 已滚动。

ScrolledToTop(IUIScrollViewDelegate, UIScrollView)

指示指定的 scrollView 的滚动已在顶部结束。

ShouldScrollToTop(IUIScrollViewDelegate, UIScrollView)

是否应允许滚动到 scrollView 的开头。

ViewForZoomingInScrollView(IUIScrollViewDelegate, UIScrollView)

请求缩放时要缩放的 UIView。

WillEndDragging(IUIScrollViewDelegate, UIScrollView, CGPoint, CGPoint)

指示拖动即将结束。

ZoomingEnded(IUIScrollViewDelegate, UIScrollView, UIView, nfloat)

指示缩放已完成。

ZoomingStarted(IUIScrollViewDelegate, UIScrollView, UIView)

指示缩放已开始。

适用于