Share via


Picker.UpdateMode(IPlatformElementConfiguration<iOS,Picker>) Method

Definition

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

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

Parameters

config
IPlatformElementConfiguration<iOS,Picker>

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

Returns

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

Applies to