Skip to content

Commit fbddfcb

Browse files
anandhan-rajagopalrmarinho
authored andcommitted
Update Issue25946.xaml (#30025)
1 parent 3b5e4a0 commit fbddfcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue25946.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
x:Class="Maui.Controls.Sample.Issues.Issue25946">
55
<Grid RowDefinitions="*,Auto">
6-
<CarouselView x:Name="collectionView">
6+
<!-- Loop set to False to avoid Windows automation issues - see issue: https://github.com/dotnet/maui/issues/29245 -->
7+
<CarouselView x:Name="collectionView" Loop="False">
78
<CarouselView.ItemsSource>
89
<x:Array Type="{x:Type x:String}">
910
<x:String>Item1</x:String>

0 commit comments

Comments
 (0)