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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:10:54+00:00 2026-06-15T19:10:54+00:00

I want to scroll 3 different TextBoxes . I found some way in here

  • 0

I want to scroll 3 different TextBoxes.

I found some way in here. but in VS2012 I cannot using Windows.Forms which very annoying. I did try to add references but I found no Windows.Form there this is the screenshot:

enter image description here
enter image description here

So I found an idea to use scrollbar, is it possible?

  • 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-15T19:10:55+00:00Added an answer on June 15, 2026 at 7:10 pm

    http://www.gbogea.com/2009/07/08/how-to-keep-two-scrollviewers-in-sync-in-wpf

    there is the code. will copy paste here as mirror if the site goes down:

    <Grid>
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="1*" />
            <ColumnDefinition Width="1*" />
            <ColumnDefinition Width="1*" />
        </Grid.ColumnDefinitions>
    <ScrollViewer Grid.Column="0" Name="scrollViewerLeft" ScrollChanged="scrollViewerLeft_ScrollChanged">
        <ListBox>
            <ListBoxItem>1</ListBoxItem>
            <ListBoxItem>2</ListBoxItem>
            <ListBoxItem>3</ListBoxItem>
            ...
            <ListBoxItem>100</ListBoxItem>
        </ListBox>
    </ScrollViewer>
    <ScrollViewer Grid.Column="1" Name="scrollViewerMiddle">
        <ListBox>
            <ListBoxItem>1</ListBoxItem>
            <ListBoxItem>2</ListBoxItem>
            <ListBoxItem>3</ListBoxItem>
            ...
            <ListBoxItem>100</ListBoxItem>
        </ListBox>
     </ScrollViewer>
     <ScrollViewer Grid.Column="2" Name="scrollViewerRight">
        <ListBox>
            <ListBoxItem>1</ListBoxItem>
            <ListBoxItem>2</ListBoxItem>
            <ListBoxItem>3</ListBoxItem>
            ...
            <ListBoxItem>100</ListBoxItem>
        </ListBox>
     </ScrollViewer>
    </Grid>
    

    and the code behind:

    private void scrollViewerLeft_ScrollChanged(object sender, ScrollChangedEventArgs e)
    {
        scrollViewerMiddle.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
        scrollViewerRight.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
    }
    private void scrollViewerMiddle_ScrollChanged(object sender, ScrollChangedEventArgs e)
    {
        scrollViewerLeft.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
        scrollViewerRight.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
    }
    private void scrollViewerRight_ScrollChanged(object sender, ScrollChangedEventArgs e)
    {
        scrollViewerLeft.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
        scrollViewerMiddle.ScrollToVerticalOffset((sender as ScrollViewer).VerticalOffset);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's some part of my code but I don't want to use android:layout_width=240dp. Please
I want to create scroll behavior like what can be found here . If
I want to scroll listview.But Listview only scrolls when item of listview exceeded the
http://subzerostudio.com/temp/verticalscroller/temp.html I want this scroll to effect the div#container instead of the body,html but
I have a UITextField but when it overflows I want it to scroll not
I want to move some elements (divs with images) vertically at different speed. I
I have an image that the user can zoom/scroll. I want to draw some
I want to find the universal way to scroll to comment box in WP
I got my image to at least SCROLL, but I don't want it to
I want my list control has its content height as I don't want scroll

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.