Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8233779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:14:51+00:00 2026-06-07T18:14:51+00:00

I was trying to put scollviewer into this page before Grid, then all textboxes

  • 0

I was trying to put scollviewer into this page before Grid, then all textboxes disappearded. Where should I put scrollviewer? It says Warning 1 The ‘Grid’ start tag on line 17 position 6 does not match the end tag of ‘phone:PhoneApplicationPage’. Line 74, position 3. C:\Users\xxx\Desktop\Excercises_Copy1\Excercises\Running jogging.xaml 74 3 Excercises

and, closing tag for element Grid was not found

<phone:PhoneApplicationPage 
    x:Class="Excercises.Running_jogging"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="Portrait" Orientation="Portrait"
    mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480"
    shell:SystemTray.IsVisible="True">

    <!--LayoutRoot is the root grid where all page content is placed-->
    <Grid x:Name="LayoutRoot">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="17*" />
            <ColumnDefinition Width="437*" />
            <ColumnDefinition Width="26*" />
        </Grid.ColumnDefinitions>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>



        <!--ContentPanel - place additional content here-->
        <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0">
            <ScrollViewer>
                <Grid>
                    <Grid.RowDefinitions>
                        <RowDefinition Height="36*" />
                        <RowDefinition Height="83*" />
                        <RowDefinition Height="649*" />
                    </Grid.RowDefinitions>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition Width="117*" />
                        <ColumnDefinition Width="229*" />
                        <ColumnDefinition Width="110*" />
                    </Grid.ColumnDefinitions>

                    <TextBlock x:Name="TextBlock1" Text="Let's get started" FontWeight="SemiBold" TextAlignment="Center" Height="30" Width="152" Grid.Column="1" />

                    <TextBlock Grid.Row="1" Height="59" HorizontalAlignment="Left" Margin="6,24,0,0" x:Name="TextBlock2" Text="Running is simple and healthy sport and it's also one of the most effective aerobic exercises. Additionally, running does not require large financial outlays. By running you will strengthen the circulatory and immune system and reduce tension caused by stress. Running also helps losing fat." TextWrapping="Wrap" VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" />
                    <TextBlock Grid.Row="2" Height="30" HorizontalAlignment="Left" x:Name="TextBlock3" Text="Warm-up before running" VerticalAlignment="Top" FontWeight="SemiBold" Grid.Column="1" Grid.ColumnSpan="2" />
                    <TextBlock Grid.Row="2" Height="114" HorizontalAlignment="Left" Margin="6,36,0,0" x:Name="TextBlock4" Text="TRUNK BENDING; Feet at shoulder height, straight legs at knees during the exercise. Bend to the left leg, then to the right and  at the end straighten the body. Repeat 20 times. " TextWrapping="Wrap" VerticalAlignment="Top" Grid.ColumnSpan="3" Width="456" />
                    <TextBlock Grid.Row="2" Height="167" HorizontalAlignment="Left" Margin="6,156,0,0" x:Name="TextBlock5" Text="PLANTAR FASCIA STRETCH; Sit on a chair or stool and cross your right foot over your left thigh. Grasp the toes of your right foot and pull them upward toward your shin. Hold this stretched position for at least 10 seconds. Release and repeat two to three times. Reverse. " VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" TextWrapping="Wrap" />
                    <TextBlock Grid.Row="2" Height="222" HorizontalAlignment="Left" Margin="6,329,0,0" x:Name="TextBlock6" Text="SEATED HEEL CORD STRETCH; Sit on floor or bench with both feet extended straight out in front of you. Do not lock knees. Wrap a towel around one foot and pull foot toward you. Push foot against the towel for five seconds while you hold the towel still. Relax foot and pull back toward you again. Repeat steps 3 and 4 twice. Reverse." VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" TextWrapping="Wrap"/>
                    <TextBlock Height="30" HorizontalAlignment="Left" x:Name="TextBlock7" Text="Running test" VerticalAlignment="Top" FontWeight="SemiBold" TextAlignment="Center" Grid.Column="1" Margin="43,557,0,0" Grid.Row="2" />
                    <TextBlock Grid.Row="2" Height="149" HorizontalAlignment="Left" Margin="6,593,0,0" x:Name="TextBlock8" Text="Test is to run continuously with constat pace. The best pace is a jogtrot a little faster than a fast walking. Run as long as you can and measure the time. According to your time choose the right week of the training." VerticalAlignment="Top" Grid.ColumnSpan="3" Width="450" TextWrapping="Wrap"/>
                    <TextBlock HorizontalAlignment="Left" Margin="6,790,0,-1018" x:Name="TextBlock9" Width="456"  TextWrapping="Wrap" Grid.ColumnSpan="3" Grid.Row="2" d:LayoutOverrides="GridBox"><Run Text="- Less then 2 minutes - begin with fast walking" /><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 2-4 minutes - Week 1"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 5-6 minutes - Week 3"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 7-8 minutes - Week 4"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 9-10 minutes - Week 6"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 11-12 minutes - Week 7"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 13-14 minutes - Week 8"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- More then 15 miuntes - Week 10 "/></TextBlock>
                    <Grid.Background>
                        <ImageBrush ImageSource="/Excercises;component/Images/tlo.png" />
                    </Grid.Background>
                </Grid>
            </ScrollViewer>
        </Grid>

        <!--Sample code showing usage of ApplicationBar-->
    <!--<phone:PhoneApplicationPage.ApplicationBar>
        <shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Button 1"/>
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
            <shell:ApplicationBar.MenuItems>
                <shell:ApplicationBarMenuItem Text="MenuItem 1"/>
                <shell:ApplicationBarMenuItem Text="MenuItem 2"/>
            </shell:ApplicationBar.MenuItems>
        </shell:ApplicationBar>
    </phone:PhoneApplicationPage.ApplicationBar>-->
</phone:PhoneApplicationPage>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T18:14:52+00:00Added an answer on June 7, 2026 at 6:14 pm

    Your layout is really complex, but you can place the scrollviewer inside your ContentPanel and make a new grid inside of it

    <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0">
    <ScrollViewer>
        <Grid>
            <Grid.RowDefinitions>
                <RowDefinition Height="36*" />
                <RowDefinition Height="83*" />
                <RowDefinition Height="649*" />
            </Grid.RowDefinitions>
            <Grid.ColumnDefinitions>
                <ColumnDefinition Width="117*" />
                <ColumnDefinition Width="229*" />
                <ColumnDefinition Width="110*" />
            </Grid.ColumnDefinitions>
    
            <TextBlock x:Name="TextBlock1" Text="Let's get started" FontWeight="SemiBold" TextAlignment="Center" Height="30" Width="152" Grid.Column="1" />
    
            <TextBlock Grid.Row="1" Height="59" HorizontalAlignment="Left" Margin="6,24,0,0" x:Name="TextBlock2" Text="Running is simple and healthy sport and it's also one of the most effective aerobic exercises. Additionally, running does not require large financial outlays. By running you will strengthen the circulatory and immune system and reduce tension caused by stress. Running also helps losing fat." TextWrapping="Wrap" VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" />
            <TextBlock Grid.Row="2" Height="30" HorizontalAlignment="Left" x:Name="TextBlock3" Text="Warm-up before running" VerticalAlignment="Top" FontWeight="SemiBold" Grid.Column="1" Grid.ColumnSpan="2" />
            <TextBlock Grid.Row="2" Height="114" HorizontalAlignment="Left" Margin="6,36,0,0" x:Name="TextBlock4" Text="TRUNK BENDING; Feet at shoulder height, straight legs at knees during the exercise. Bend to the left leg, then to the right and  at the end straighten the body. Repeat 20 times. " TextWrapping="Wrap" VerticalAlignment="Top" Grid.ColumnSpan="3" Width="456" />
            <TextBlock Grid.Row="2" Height="167" HorizontalAlignment="Left" Margin="6,156,0,0" x:Name="TextBlock5" Text="PLANTAR FASCIA STRETCH; Sit on a chair or stool and cross your right foot over your left thigh. Grasp the toes of your right foot and pull them upward toward your shin. Hold this stretched position for at least 10 seconds. Release and repeat two to three times. Reverse. " VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" TextWrapping="Wrap" />
            <TextBlock Grid.Row="2" Height="222" HorizontalAlignment="Left" Margin="6,329,0,0" x:Name="TextBlock6" Text="SEATED HEEL CORD STRETCH; Sit on floor or bench with both feet extended straight out in front of you. Do not lock knees. Wrap a towel around one foot and pull foot toward you. Push foot against the towel for five seconds while you hold the towel still. Relax foot and pull back toward you again. Repeat steps 3 and 4 twice. Reverse." VerticalAlignment="Top" Grid.ColumnSpan="3" Width="444" TextWrapping="Wrap"/>
            <TextBlock Height="30" HorizontalAlignment="Left" x:Name="TextBlock7" Text="Running test" VerticalAlignment="Top" FontWeight="SemiBold" TextAlignment="Center" Grid.Column="1" Margin="43,557,0,0" Grid.Row="2" />
            <TextBlock Grid.Row="2" Height="149" HorizontalAlignment="Left" Margin="6,593,0,0" x:Name="TextBlock8" Text="Test is to run continuously with constat pace. The best pace is a jogtrot a little faster than a fast walking. Run as long as you can and measure the time. According to your time choose the right week of the training." VerticalAlignment="Top" Grid.ColumnSpan="3" Width="450" TextWrapping="Wrap"/>
            <TextBlock HorizontalAlignment="Left" Margin="6,790,0,-1018" x:Name="TextBlock9" Width="456"  TextWrapping="Wrap" Grid.ColumnSpan="3" Grid.Row="2" d:LayoutOverrides="GridBox"><Run Text="- Less then 2 minutes - begin with fast walking" /><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 2-4 minutes - Week 1"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 5-6 minutes - Week 3"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 7-8 minutes - Week 4"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 9-10 minutes - Week 6"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 11-12 minutes - Week 7"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- 13-14 minutes - Week 8"/><Run Text=" "/><LineBreak/><Run Text=" "/><Run Text="- More then 15 miuntes - Week 10 "/></TextBlock>
            <Grid.Background>
                <ImageBrush ImageSource="/Excercises;component/Images/tlo.png" />
            </Grid.Background>
        </Grid>
    </ScrollViewer>
    </Grid>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to put data from this JSON object (from Google Books API) into
I am trying to put some distributed caching into play, I'm using this indeXus.Net
I'm trying put an if statement directly into a select field in rails, with
I'm trying to put some custom list adapters into their own classes to make
Trying to put a function call that returns an int into a call for
I trying to put some images into the hub tile as the window phone
I'm trying to put together this layout... ... but I'm having issues with the
I'm trying to put into XML-file some data. Here is the code: @Test public
I'm trying to put some json images into a UIScrollView and i'm hitting a
I am trying to put form into help mode in Delphi 2010. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.