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