Controls/Picker: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Picker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/picker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Combo-style selection; keyboard navigation on GTK to verify. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Bindable list</td></tr> <tr><td>ItemDisplayBinding</td><td>?</td><td></td><td>Text binding</td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td>Current selection..." |
(No difference)
|
Latest revision as of 16:08, 17 October 2025
Picker
- Kind
- Control
- Microsoft Docs
- Picker documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Combo-style selection; keyboard navigation on GTK to verify.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| ItemsSource | ? | Bindable list | |
| ItemDisplayBinding | ? | Text binding | |
| SelectedItem | ? | Current selection | |
| SelectedIndex | ? | Index-based | |
| Title | ? | Placeholder |