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 d451b1f commit b1ce979Copy full SHA for b1ce979
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TileControl/TileControl.bind
@@ -61,7 +61,7 @@
61
ImageSource="ms-appx:///SamplePages/TileControl/Animations.png"
62
ParallaxSpeedRatio="@[Parallax Speed Ratio:DoubleSlider:1.2:1-3]"
63
ScrollViewerContainer="{Binding ElementName=FlipView, Mode=OneTime}">
64
- <FlipView x:Name="FlipView">
+ <FlipView x:Name="FlipView" Background="Transparent">
65
66
<Border Style="{StaticResource BorderStyle}">
67
<TextBlock Style="{StaticResource TextBlockStyle}" Text="Parallax with FlipView >"/>
0 commit comments