Share via


Picker.SetUpdateMode Method

Definition

Overloads

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.

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.

public static void SetUpdateMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode value);
static member SetUpdateMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
UpdateMode

The new property value to assign.

Applies to

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.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Picker> SetUpdateMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Picker> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode value);
static member SetUpdateMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Picker> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Picker>

Parameters

config
IPlatformElementConfiguration<iOS,Picker>

The platform specific configuration that contains the element on which to perform the operation.

value
UpdateMode

The new property value to assign.

Returns

The updated configuration object on which developers can make successive method calls.

Applies to