例:ApplicationBar(重要!)とContentPanel内のこのコードを備えた標準のWindows Phoneアプリがあります:
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<ScrollViewer>
<StackPanel>
<TextBlock Margin="12,0" TextWrapping="Wrap" Text="..." />
<TextBox AcceptsReturn="True" />
</StackPanel>
</ScrollViewer>
</Grid>
また、TextBoxがフォーカスされている場合、キーボードの上に大きなマージンがあります。それは言葉の流れではありません。
スクリーンショットを見てください:
ApplicationBarがない場合—マージンはありません。何が問題なの?