We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5be8d commit 1b1775aCopy full SHA for 1b1775a
Files/UserControls/ModernNavigationToolbar.xaml
@@ -505,6 +505,7 @@
505
<Grid
506
x:Name="ListViewItemContentGrid"
507
AllowDrop="True"
508
+ AutomationProperties.Name="{Binding Title}"
509
Background="Transparent"
510
DragOver="PathBoxItem_DragOver"
511
Drop="PathBoxItem_Drop"
@@ -584,6 +585,7 @@
584
585
586
587
588
589
590
591
0 commit comments