The methods of UIKit.UIPickerViewDelegate are listed below. For a list of all members, see the UIPickerViewDelegate Members list.
See Also: Inherited members from Foundation.NSObject
GetAttributedTitle(UIPickerView, nint, nint)Method invoked to get an attributed string for a particular component in the picker view. | ||
GetComponentWidth(UIPickerView, nint)The width of the component at the specified index. | ||
GetRowHeight(UIPickerView, nint)The height of the component at the specified index. | ||
GetTitle(UIPickerView, nint, nint)The title of the specified component in the specified row. | ||
GetView(UIPickerView, UIView, nint, nint)Retrieves the view for a given row and component. The last argument is the previously-used UIView, which is now hidden and cached. | ||
Selected(UIPickerView, nint, nint)Indicates that the user has selected a row in the component. | ||