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