Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.56 KB | None | 0 0
  1. <Page
  2.    x:Class="App1.MainPage"
  3.    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4.    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5.    xmlns:local="using:App1"
  6.    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7.    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8.    mc:Ignorable="d">
  9.  
  10.     <StackPanel>
  11.         <ScrollViewer VerticalScrollBarVisibility="Visible" VerticalScrollMode="Enabled">
  12.             <Grid>
  13.                 <Grid.RowDefinitions>
  14.                     <RowDefinition Height="*"/>
  15.                     <RowDefinition Height="*"/>
  16.                     <RowDefinition Height="*"/>
  17.                     <RowDefinition Height="*"/>
  18.                     <RowDefinition Height="*"/>
  19.                     <RowDefinition Height="*"/>
  20.                     <RowDefinition />
  21.                 </Grid.RowDefinitions>
  22.                 <TextBlock Text="AAAAAAAAAAAAAAA"/>
  23.                 <TextBlock Grid.Row="1" Text="421421421"/>
  24.                 <TextBlock Grid.Row="2" Text="421421421"/>
  25.                 <TextBlock Grid.Row="3" Text="421421421"/>
  26.                 <TextBlock Grid.Row="4" Text="421421421"/>
  27.                 <TextBlock Grid.Row="5" Text="421421421"/>
  28.                 <TextBlock Grid.Row="6" Text="421421421"/>
  29.             </Grid>
  30.         </ScrollViewer>
  31.         <ScrollViewer VerticalScrollBarVisibility="Visible" VerticalScrollMode="Enabled">
  32.             <Grid>
  33.                 <Grid.RowDefinitions>
  34.                     <RowDefinition Height="*"/>
  35.                     <RowDefinition Height="*"/>
  36.                     <RowDefinition Height="*"/>
  37.                     <RowDefinition Height="*"/>
  38.                     <RowDefinition Height="*"/>
  39.                     <RowDefinition Height="*"/>
  40.                     <RowDefinition />
  41.                 </Grid.RowDefinitions>
  42.                 <TextBlock Text="AAAAAAAAAAAAAAA"/>
  43.                 <TextBlock Grid.Row="1" Text="421421421"/>
  44.                 <TextBlock Grid.Row="2" Text="421421421"/>
  45.                 <TextBlock Grid.Row="3" Text="421421421"/>
  46.                 <TextBlock Grid.Row="4" Text="421421421"/>
  47.                 <TextBlock Grid.Row="5" Text="421421421"/>
  48.                 <TextBlock Grid.Row="6" Text="421421421"/>
  49.             </Grid>
  50.         </ScrollViewer>
  51.         <ScrollViewer VerticalScrollBarVisibility="Visible" VerticalScrollMode="Enabled">
  52.             <Grid>
  53.                 <Grid.RowDefinitions>
  54.                     <RowDefinition Height="*"/>
  55.                     <RowDefinition Height="*"/>
  56.                     <RowDefinition Height="*"/>
  57.                     <RowDefinition Height="*"/>
  58.                     <RowDefinition Height="*"/>
  59.                     <RowDefinition Height="*"/>
  60.                     <RowDefinition />
  61.                 </Grid.RowDefinitions>
  62.                 <TextBlock Text="AAAAAAAAAAAAAAA"/>
  63.                 <TextBlock Grid.Row="1" Text="421421421"/>
  64.                 <TextBlock Grid.Row="2" Text="421421421"/>
  65.                 <TextBlock Grid.Row="3" Text="421421421"/>
  66.                 <TextBlock Grid.Row="4" Text="421421421"/>
  67.                 <TextBlock Grid.Row="5" Text="421421421"/>
  68.                 <TextBlock Grid.Row="6" Text="421421421"/>
  69.             </Grid>
  70.         </ScrollViewer>
  71.  
  72.     </StackPanel>
  73. </Page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement