Accessibility support in WPF TreeMap (SfTreeMap)

5 Feb 20251 minute to read

The TreeMap is designed to efficiently interact with its elements, offering voice descriptions for each item in the treemap.

Keyboard shortcuts in WPF TreeMap (SfTreeMap)

The Syncfusion WPF TreeMap supports keyboard shortcuts for user interaction.
The following is a table outlining the various shortcuts and their associated functions:

Navigation Shortcut Keys

Descriptions

Tab

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

Shift + Tab

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

NOTE

  • When SelectionModes is set to Default, each key press clears the previous focus and selects the new item.
  • When SelectionModes is set to Multiple, the previously focused item remains selected while new items are selected with each key press.