Skip to content

Commit 83f41bf

Browse files
committed
Added snapshots
1 parent 1e2e913 commit 83f41bf

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
135 KB
Loading

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
<Button Clicked="Button_Clicked"
1212
AutomationId="Button"
1313
Text="Button"/>
14-
<CarouselView ItemsSource="{Binding Items}"
15-
Loop="False">
14+
<CarouselView WidthRequest="350"
15+
HeightRequest="570"
16+
HorizontalOptions="Fill"
17+
VerticalOptions="Fill"
18+
ItemsSource="{Binding Items}"
19+
Loop="False">
1620
<CarouselView.ItemTemplate>
1721
<DataTemplate>
1822
<StackLayout>
37.2 KB
Loading
131 KB
Loading

0 commit comments

Comments
 (0)