The methods of UIKit.UIPickerView are listed below. For a list of all members, see the UIPickerView Members list.
See Also: Inherited members from UIKit.UIView
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
ReloadAllComponents()Reloads all the data associated with this UIPickerView. | ||
ReloadComponent(nint)Reloads the data relating to the specified component. | ||
RowsInComponent(nint)The number of rows in the specified component. | ||
RowSizeForComponent(nint)The SizeF for rows in the component. Typically, the size required to display the largest string or view used as a row in the component. | ||
Select(bool, nint, nint)Selects the specified row. | ||
SelectedRowInComponent(nint)The selected row in the specified component. | ||
ViewFor(nint, nint)The UIView for the specified row and component. | ||