Accessibility in .NET MAUI Picker (SfPicker)
8 Dec 20231 minute to read
The .NET MAUI Picker control has interact with the Header
, Column Header
, Footer
, and Picker Items
.
Header Layout
The SfPicker control has interact Header Text with localization of header layout.
Column Header Layout
The SfPicker control has interact Column Header Text with localization of column header layout.
Footer Layout
The SfPicker control has interact validation buttons (OK and Cancel) with localization of footer layout. The Default value of the OkButtonText property is “OK”, and CancelButtonText is “Cancel”.
Picker Items
The SfPicker control has interact with the Item Source in picker items.
Keyboard
SfPicker
supports selection using keyboard interactions.
Key | Description |
---|---|
Tab | Focus the picker. |
Enter | Opens the selected picker. |
DownArrow | Selects an item from the currently expanded list by moving downwards. |
UpArrow | Selects an item from the currently expanded list by moving upwards. |
RightArrow/Tab | Navigates through the selected item in the right direction. |
LeftArrow/Shift+Tab | Navigates through the selected item in the left direction. |
Esc/Enter | Exit and commit selection. |