Skip to content

Commit 1b1775a

Browse files
authored
Added AutomationProperties to the navigation menu (#2143)
1 parent eb5be8d commit 1b1775a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Files/UserControls/ModernNavigationToolbar.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
<Grid
506506
x:Name="ListViewItemContentGrid"
507507
AllowDrop="True"
508+
AutomationProperties.Name="{Binding Title}"
508509
Background="Transparent"
509510
DragOver="PathBoxItem_DragOver"
510511
Drop="PathBoxItem_Drop"
@@ -584,6 +585,7 @@
584585
<Grid
585586
x:Name="ListViewItemContentGrid"
586587
AllowDrop="True"
588+
AutomationProperties.Name="{Binding Title}"
587589
Background="Transparent"
588590
DragOver="PathBoxItem_DragOver"
589591
Drop="PathBoxItem_Drop"

0 commit comments

Comments
 (0)