0
Windows Phone 8.1 용 앱을 만들고 스크롤을 해제 한 후에도 내 스크롤 뷰어가 맨 위로 돌아갑니다. 그것을 아래로 드래그하면 내가 그것을 놓을 때, 그것은 위로 스냅합니다.Windows Phone 8.1 Scrollviewer
<ScrollViewer Margin="10,0,10,-1024" Height="1124" VerticalAlignment="Top"
VerticalScrollBarVisibility="Visible" VerticalScrollMode="Enabled"
AllowDrop="False" BringIntoViewOnFocusChange="True"
HorizontalScrollMode="Disabled" IsHoldingEnabled="True" >
<Grid Grid.Row="1" x:Name="ContentRoot" Height="468" Width="386" >
<TextBlock HorizontalAlignment="Left" Margin="64,326,0,0"
TextWrapping="Wrap" VerticalAlignment="Top" Foreground="White"
FontSize="16" Width="307" Height="68" >
<Run Foreground="#FFFF6767" Text="Single Phase "/>
<Run Foreground="#FFFF6767" Text="Amperes "/>
<Run Text="= "/>
<Run Text="(746 x Horsepower)/(Volts x Efficiency x Power Factor"/>
<Run Text=")"/>
</TextBlock>
</Grid>
</ScrollViewer>