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 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. |