Vertical scrolling for HubSection content
问题 I am working on Windows Phone 8.1 app (Windows Runtime)and I have created a page with the following layout : <Grid Grid.Row="1" Margin="0, 10, 0, 5" > <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <maps:MapControl x:Name="LocationMap" Grid.Row="0" Height="220" MapServiceToken="..."/> <Hub Grid.Row="1" Margin="0, 25, 0, 0"> <HubSection Header="ABOUT" x:Name="AboutHubSection"> <DataTemplate> <Grid> <Grid.RowDefinitions>