Picker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The picker instance that Xamarin.Forms created on the iOS platform.
public static class Picker
type Picker = class
- Inheritance
-
System.ObjectPicker
Fields
| UpdateModeProperty |
Backing store for the attached property that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. |
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. |