UIPickerViewDelegate.GetRowHeight(UIPickerView, nint) Method

Definition

The height of the component at the specified index.

[Foundation.Export("pickerView:rowHeightForComponent:")]
public virtual nfloat GetRowHeight (UIKit.UIPickerView pickerView, nint component);
abstract member GetRowHeight : UIKit.UIPickerView * nint -> nfloat
override this.GetRowHeight : UIKit.UIPickerView * nint -> nfloat

Parameters

pickerView
UIPickerView
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to