UITableViewDelegate.GetHeightForHeader(UITableView, nint) 方法

定义

调用以确定 由 section指定的节的标头的高度。

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

参数

tableView
UITableView

表视图。

section
System.System.IntPtr System.nativeint

需要标头显示的节的索引。

返回

标头的高度 (以磅为单位,) 为 float

属性

注解

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

[UITableViewDelegate]

适用于