Skip to content

Instantly share code, notes, and snippets.

@mvacha
Created April 13, 2016 20:59
Show Gist options
  • Save mvacha/98a7dc47c99e9f0c757da3b3357530f3 to your computer and use it in GitHub Desktop.
Save mvacha/98a7dc47c99e9f0c757da3b3357530f3 to your computer and use it in GitHub Desktop.
<ScrollViewer HorizontalScrollMode="Enabled"
VerticalScrollMode="Enabled"
HorizontalScrollBarVisibility="Disabled"
VerticalScrollBarVisibility="Auto"
IsHorizontalRailEnabled="True"
IsVerticalRailEnabled="True"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
<Grid>
<ScrollViewer HorizontalScrollMode="Enabled"
VerticalScrollMode="Enabled"
HorizontalScrollBarVisibility="Visible"
VerticalScrollBarVisibility="Auto"
IsHorizontalRailEnabled="True"
IsVerticalRailEnabled="True"
IsVerticalScrollChainingEnabled="True"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
<StackPanel>
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Gray"
Height="50"
Width="2000" />
</StackPanel>
</ScrollViewer>
<StackPanel>
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Red"
Height="50"
Width="50"
HorizontalAlignment="Left" />
<Rectangle Fill="Transparent"
Height="50"
Width="50"
HorizontalAlignment="Left" />
</StackPanel>
</Grid>
</ScrollViewer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment