Skip to content

Commit bba648f

Browse files
committed
Pass AccessibilityView to MetadataControl
1 parent 44ad0cc commit bba648f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/MetadataControl/MetadataControl.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Setter.Value>
88
<ControlTemplate TargetType="controls:MetadataControl">
99
<TextBlock x:Name="TextContainer"
10+
AutomationProperties.AccessibilityView="{TemplateBinding AutomationProperties.AccessibilityView}"
1011
Style="{TemplateBinding TextBlockStyle}" />
1112
</ControlTemplate>
1213
</Setter.Value>

0 commit comments

Comments
 (0)