Accessibility in .NET MAUI Segmented Control (SfSegmentedControl)

The Segmented Control is designed to work effectively with the segment elements, providing voice descriptions of their segment items.

Keyboard shortcuts in .NET MAUI Segmented Control (SfSegmentedControl)

Navigation Shortcut Keys

Descriptions

Right arrow

Moves to the next item on the segmented control's right side. It does not make any selection and only navigates to the next item. If the focus border is on the last item, pressing the RightArrow does nothing.

Left arrow

Moves to the previous item on the segmented control's left side. It does not make any selection and only navigates to the previous item. If the focus border is on the first item, pressing the LeftArrow does nothing.

Enter

Pressing the Enter key when the segment item is in focus will make a selection.