Note that there are some explanatory texts on larger screens.

plurals
  1. POScroll viewer in Windows phone 7 not working
    primarykey
    data
    text
    <p>I'm new in windows phone 7 development. I've started an app where i used scroll viewer. Here is my code : </p> <pre><code> &lt;!--TitlePanel contains the name of the application and page title--&gt; &lt;!--ContentPanel - place additional content here--&gt; &lt;ScrollViewer&gt; &lt;StackPanel Margin="0,150,0,0"&gt; &lt;toolkit:PhoneTextBox Hint="UserName" Name="txtUsername" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="6" &gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Name="txtFname" Hint="First Name" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="20"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Name="txtLastName" Hint="Last Name" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="20"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Hint="Password" Name="txtPassword" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="6" &gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Hint="Cofirm Password" Name="txtConfirmPassword" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="6" LostFocus="txtConfirmPassword_LostFocus"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Hint="Emplyee ID" Name="txtEmployeeID" Width="auto" HintStyle="{StaticResource HintCustomStyle}" LengthIndicatorVisible="True" DisplayedMaxLength="6"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;Button Content="Create QR Code and Sign Up" Name="btnCreateQR" Width="auto" Click="btnCreateQR_Click"&gt; &lt;Button.Background&gt; &lt;ImageBrush ImageSource="\assests\backgroungimages\btnImage.jpg" Stretch="UniformToFill"&gt;&lt;/ImageBrush&gt; &lt;/Button.Background&gt; &lt;/Button&gt; &lt;/StackPanel&gt; &lt;/ScrollViewer&gt; &lt;/Grid&gt; &lt;/Grid&gt; </code></pre> <p>In Emulator the page is not scrolling. If i scroll holding mouse button then it scrolls but goes back to it's original state after releasing the mouse button.... Please help anyone....Thanks in advanced !</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.
 

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