In Windows8.1 Development with ScrollViewer, bottom part of the content is not showing.
<ScrollViewer VerticalScrollBarVisibility="Visible" VerticalScrollMode="Auto" Height="500">
<Grid Background="Red" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Height="3000000" >
</Grid>
</ScrollViewer>
With above code, while scrolling bottom part of the grid is not rendering. Means, at certain point, red color indication of Grid is not visible. But the same issue not reproduced in Windows 8 development. Is this known issue in Windows 8.1?