Note that there are some explanatory texts on larger screens.

plurals
  1. POAuto SnapBack with scrollviewer on WP7
    primarykey
    data
    text
    <p>Hi everyone i'm having problem with my scrolling , it always snaps back can someone help me out with finding the error :) THanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Updated , still not working </p> <pre><code>&lt;!--LayoutRoot is the root grid where all page content is placed--&gt; &lt;Grid x:Name="LayoutRoot" Height="954" Background="White"&gt; &lt;Grid.RowDefinitions&gt; &lt;RowDefinition Height="Auto" MinHeight="45"/&gt; &lt;RowDefinition/&gt; &lt;/Grid.RowDefinitions&gt; &lt;!--TitlePanel contains the name of the application and page title--&gt; &lt;!--ContentPanel - place additional content here--&gt; &lt;!--TitlePanel contains the name of the application and page title--&gt; &lt;StackPanel x:Name="TitlePanel" Margin="12,17,0,28" /&gt; &lt;!--ContentPanel - place additional content here--&gt; &lt;ScrollViewer HorizontalAlignment="Left" x:Name="scrollViewer1" VerticalAlignment="Stretch" Width="465" Margin="-9,0,0,0"&gt; &lt;Grid x:Name="ContentPanel" Margin="12,8,12,-226" Grid.RowSpan="2" &gt; &lt;Grid Height="986" Margin="6,2,-37,730"&gt; &lt;Grid.RowDefinitions&gt; &lt;RowDefinition Height="832*" /&gt; &lt;RowDefinition Height="154*" /&gt; &lt;/Grid.RowDefinitions&gt; &lt;StackPanel x:Name="stackPanel1" Margin="16,116,227,0" d:LayoutOverrides="HorizontalAlignment" Grid.RowSpan="2"&gt;&lt;/StackPanel&gt; &lt;StackPanel x:Name="stackPanel2" Margin="0,173,9,-11" HorizontalAlignment="Right" Width="207" Grid.RowSpan="2"&gt;&lt;/StackPanel&gt; &lt;Rectangle Height="50" HorizontalAlignment="Left" Margin="-26,33,0,0" Name="rectangle1" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="359" Fill="#FFFF57CB" /&gt; &lt;TextBlock Height="51" HorizontalAlignment="Left" Margin="24,33,0,0" Name="textBlock1" Text="Case Taking" VerticalAlignment="Top" Width="311" FontWeight="SemiBold" FontSize="32" /&gt; &lt;/Grid&gt; &lt;/Grid&gt; &lt;/ScrollViewer&gt; &lt;/Grid&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload