共用方式為


UITableViewSource.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] 中宣告

適用於