Accessibility in .NET MAUI TreeMap (SfTreeMap)

The TreeMap is designed to effectively work with its elements, providing voice descriptions of the treemap items.

Keyboard shortcuts in .NET MAUI TreeMap (SfTreeMap)

The Syncfusion .NET MAUI TreeMap supports keyboard shortcuts for user interaction. This feature is only applicable for Windows and macOS platforms.

The following is a table outlining the various shortcuts and their associated functions:

Navigation Shortcut Keys

Descriptions

Tab

Moves selection to the next item on the right side of the TreeMap.

Shift + Tab

Moves selection to the previous item on the left side of the TreeMap.

NOTE

When SelectionMode is set to Single, each key press clears the previous focus and selects the new item. When SelectionMode is set to Multiple, the previously focused item remains selected while new items are selected with each key press. When SelectionMode is set to None, the item remains unselected.