我有Grid这它Height可以长这样:
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid Name="Grid" Grid.Row="0" Grid.Column="0">
</Grid>
Run Code Online (Sandbox Code Playgroud)
我怎样才能上下滚动?
这是一个Windows Phone 8应用程序.