diff --git a/WinUIGallery/Samples/ControlPages/FlipViewPage.xaml b/WinUIGallery/Samples/ControlPages/FlipViewPage.xaml index 9a61b19fb..388bc4e8d 100644 --- a/WinUIGallery/Samples/ControlPages/FlipViewPage.xaml +++ b/WinUIGallery/Samples/ControlPages/FlipViewPage.xaml @@ -22,7 +22,7 @@ ExampleHeight="Auto" HeaderText="A simple FlipView with items declared inline."> - + @@ -49,6 +49,7 @@ MaxWidth="400" BorderBrush="Black" BorderThickness="1" + AutomationProperties.LocalizedControlType="FlipView" ItemsSource="{x:Bind Items, Mode=OneWay}"> @@ -98,7 +99,7 @@ - + @@ -124,7 +125,7 @@ <VirtualizingStackPanel Orientation="Vertical"/> </ItemsPanelTemplate> </FlipView.ItemsPanel> -<FlipView> +</FlipView>