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

  • Home
  • SEARCH
  • 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 8740539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:08:51+00:00 2026-06-13T11:08:51+00:00

I have written an MDI application in C# under VS2010. When I drag the

  • 0

I have written an MDI application in C# under VS2010.

When I drag the thumb on the vertical scroll bar, the window does not move until the thumb is released.

Research has turned-up some things, but none of the information I have found so far has worked.

Does someone have some guidance on this issue? I want the window to scroll as I drag the thumb.

Chuck

  • 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-13T11:08:52+00:00Added an answer on June 13, 2026 at 11:08 am

    “I want the window to scroll as I drag the thumb, the window does not
    move until the thumb is released”

    Set the Scroll Bar Property ScrollTrack = True

    Edit:

    Check the last example here:
    http://www.pcreview.co.uk/forums/determine-scrolling-mdi-form-mdiclient-t1323005.html
    its related to detecting scrolls to repaint child forms to avoid flickering

    And please have a look what Hans Passant does here: Issue Related to Scrollbar in MDI Form in C#

    psuedo code:

      protected override void WndProc(ref Message m)
            {
                try
                {
    
                    switch (m.Msg)
                    {
                        //Scolling progress and Completion will be triggered
                        case WM_HSCROLL:
    
                        case WM_VSCROLL:
                              //this doesn't work 
                              //this.VerticalScroll.Value = x;
    
                              //I haven't tested this but it should definately work:
                              //http://www.pinvoke.net/default.aspx/user32.setscrollpos
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .net MDI application written in vb.net. I'm trying to program a
I have a MDI application written in Delphi 2007. If the user exits a
I'm working on MDI application written in C++ Builder 2010. When child window is
I have written an MDI based application, in which the child forms are of
I have an MDI app written in Qt. Some of the subwindows include QGLWidget
I have written a Hive UDF that does decryption using an in-house API as
I have made a MDI (tabbed) application that uses PictureBoxes inside TabPages. The picturebox
I have MDI application and opeing new form on focus/selection. To avoide opening of
I have written a Windows Forms application and now I want to write some
I have written an MDI app with many child forms, each different. Let's say

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.