Picker Class

Definition

The picker instance that Microsoft.Maui.Controls created on the iOS platform.

public ref class Picker abstract sealed
public static class Picker
type Picker = class
Public Module Picker
Inheritance
Picker

Fields

UpdateModeProperty

Bindable property for UpdateMode(IPlatformElementConfiguration<iOS,Picker>).

Methods

GetUpdateMode(BindableObject)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

SetUpdateMode(BindableObject, UpdateMode)

Sets a value that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

SetUpdateMode(IPlatformElementConfiguration<iOS,Picker>, UpdateMode)

Sets a value that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

UpdateMode(IPlatformElementConfiguration<iOS,Picker>)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

Applies to