UITableViewDelegate.GetHeightForHeader(UITableView, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用以确定 由 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]