UITableViewDelegate.GetHeightForFooter(UITableView, nint) 方法

定义

调用以确定 由 section指定的节的页脚高度。

[Foundation.Export("tableView:heightForFooterInSection:")]
public virtual nfloat GetHeightForFooter (UIKit.UITableView tableView, nint section);
abstract member GetHeightForFooter : UIKit.UITableView * nint -> nfloat
override this.GetHeightForFooter : UIKit.UITableView * nint -> nfloat

参数

tableView
UITableView

表视图。

section
System.System.IntPtr System.nativeint

需要页脚显示的节的索引。

返回

页脚的高度 (以磅为单位,) 为 float

属性

注解

此方法允许节页脚具有不同的高度。 如果表格为 Plain 样式,则不调用此方法。

适用于