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 6622959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:28:26+00:00 2026-05-25T21:28:26+00:00

Is there a scrollView in phone7? I have this code private void button8_Click(object sender,

  • 0

Is there a scrollView in phone7?

I have this code

private void button8_Click(object sender, RoutedEventArgs e)
{
    for (int i=0; i<23; i++) {
        Button btn = new Button() { 
            Content="newbutton "+i, 
            HorizontalAlignment =HorizontalAlignment.Left,
            VerticalAlignment = VerticalAlignment.Top,
            Margin = new Thickness(0, 20+(i*60), 0, 0), 
        };
        btn.Click += new RoutedEventHandler(btn_click);

        ContentPanel.Children.Add(btn);
    }
}

to add 23 buttons to my screen, what is the way to scrolling down the page to show all of the 23 buttons?

  • 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-05-25T21:28:27+00:00Added an answer on May 25, 2026 at 9:28 pm

    I’m assuming ContentPanel is a StackPanel.

    In XAML:

    <ScrollViewer>
      <StackPanel x:Name="ContentPanel" />
    </ScrollViewer>
    

    You can use the ScrollViewer.ScrollToVerticalOffset method to scroll to the end of the page.

    However, if you have other UIElements above the ScrollViewer those will still occupy the top of your screen with only the section occupied by the ScrollViewer being scrolled. To prevent that you’ll have to have all the UIElements, including ContentPanel, be placed in the ScrollViewer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this problem with ScrollView zoom. There are many articles about it but
I have one scrollView and there is ImageView in it but when i click
This is my application screenshot.There is only one NSScrollView on the window.I have made
Is there any way to improve ScrollView performance? This is just a theoretical question
In my programme, there are textview button scrollview and webview. All of them write
I have this scrollview eager to be filled up with buttons (4 per row),
This makes no sense. I have some code that has a simple LinearLayout and
There is previous little on the google on this subject other than people asking
There are numerous Agile software development methods. Which ones have you used in practice
There are numerous libraries providing Linq capabilities to C# code interacting with a MySql

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.