Skip to content

Commit 4b7f30e

Browse files
authored
Merge pull request #620 from AudreyPetit/dev
Accessibility PullToRefreshListView control
2 parents c99b1d1 + 3484216 commit 4b7f30e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/PullToRefreshListView/PullToRefreshListViewPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<controls:PullToRefreshListView.ItemTemplate>
2222
<DataTemplate x:DataType="data:Item">
2323
<TextBlock Style="{StaticResource CaptionTextBlockStyle}"
24+
AutomationProperties.Name="{x:Bind Title}"
2425
Text="{x:Bind Title}"
2526
TextWrapping="WrapWholeWords" />
2627
</DataTemplate>

0 commit comments

Comments
 (0)