Skip to content

Commit b1ce979

Browse files
Rosuaviomichael-hawker
authored andcommitted
Fix TileControl sample
Under WinUI 2.6 the flip view has a brackground. Removing it for this sample.
1 parent d451b1f commit b1ce979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TileControl/TileControl.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
ImageSource="ms-appx:///SamplePages/TileControl/Animations.png"
6262
ParallaxSpeedRatio="@[Parallax Speed Ratio:DoubleSlider:1.2:1-3]"
6363
ScrollViewerContainer="{Binding ElementName=FlipView, Mode=OneTime}">
64-
<FlipView x:Name="FlipView">
64+
<FlipView x:Name="FlipView" Background="Transparent">
6565

6666
<Border Style="{StaticResource BorderStyle}">
6767
<TextBlock Style="{StaticResource TextBlockStyle}" Text="Parallax with FlipView &gt;"/>

0 commit comments

Comments
 (0)