Skip to content

Commit c0e61d9

Browse files
Merge pull request #1598 from syncfusion-content/925962-UpdateUGImageEditor
925962 - Update the UG document for TreeMap.
2 parents ec489c4 + 028089b commit c0e61d9

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

wpf-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,7 @@
21312131
<li><a href="/wpf/TreeMap/selection-support">Selection Support</a></li>
21322132
<li><a href="/wpf/TreeMap/customizing-leaf-nodes">Customizing Leaf Nodes</a></li>
21332133
<li><a href="/wpf/TreeMap/drill-down-support">Drill Down Support</a></li>
2134+
<li><a href="/wpf/TreeMap/accessibility">Accessibility</a></li>
21342135
</ul>
21352136
</li>
21362137
<li>

wpf/TreeMap/Accessibility.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: Accessibility in WPF TreeMap control | Syncfusion
4+
description: Learn here about Accessibility support with the Syncfusion WPF TreeMap (SfTreeMap) control, its elements and more.
5+
platform: wpf
6+
control: TreeMap
7+
documentation: ug
8+
---
9+
10+
# Accessibility support in WPF TreeMap (SfTreeMap)
11+
12+
The TreeMap is designed to efficiently interact with its elements, offering voice descriptions for each item in the treemap.
13+
14+
## Keyboard shortcuts in WPF TreeMap (SfTreeMap)
15+
16+
The [Syncfusion WPF TreeMap](https://www.syncfusion.com/wpf-controls/treemap) supports keyboard shortcuts for user interaction.
17+
The following is a table outlining the various shortcuts and their associated functions:
18+
19+
<table>
20+
<tr>
21+
<td>
22+
<b> Navigation Shortcut Keys </b> <br/><br/></td><td>
23+
<b> Descriptions </b> <br/><br/></td></tr>
24+
<tr>
25+
<td>
26+
Tab<br/><br/></td><td>
27+
Moves the selection to the next item on the right side of the TreeMap.
28+
<br/><br/></td></tr>
29+
<tr>
30+
<td>
31+
Shift + Tab<br/><br/></td><td>
32+
Moves the selection to the previous item on the left side of the TreeMap.
33+
<br/><br/></td></tr>
34+
</table>
35+
36+
N>
37+
* When [`SelectionModes`] (https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeMap.SfTreeMap.html#Syncfusion_UI_Xaml_TreeMap_SfTreeMap_SelectionModes) is set to [`Default`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeMap.TreeMapSelectionModes.html#Syncfusion_UI_Xaml_TreeMap_TreeMapSelectionModes_Default), each key press clears the previous focus and selects the new item.
38+
* When [`SelectionModes`] (https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeMap.SfTreeMap.html#Syncfusion_UI_Xaml_TreeMap_SfTreeMap_SelectionModes) is set to [`Multiple`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeMap.TreeMapSelectionModes.html#Syncfusion_UI_Xaml_TreeMap_TreeMapSelectionModes_Multiple), the previously focused item remains selected while new items are selected with each key press.

0 commit comments

Comments
 (0)