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 3b5e4a0 commit fbddfcbCopy full SHA for fbddfcb
src/Controls/tests/TestCases.HostApp/Issues/Issue25946.xaml
@@ -3,7 +3,8 @@
3
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4
x:Class="Maui.Controls.Sample.Issues.Issue25946">
5
<Grid RowDefinitions="*,Auto">
6
- <CarouselView x:Name="collectionView">
+ <!-- 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">
8
<CarouselView.ItemsSource>
9
<x:Array Type="{x:Type x:String}">
10
<x:String>Item1</x:String>
0 commit comments