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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:35:27+00:00 2026-06-17T21:35:27+00:00

I have an point that I need to pass AutoScrollPosition like this: pt =

  • 0

I have an point that I need to pass AutoScrollPosition like this:

  pt = new Point(innerPanel.AutoScrollPosition.X, innerPanel.AutoScrollPosition.Y);

but the problem is DataGridView doesn’t have AutoScrollPosition, only AutoScrollOffset. When I tried:

  pt = new Point(dataGridView1.AutoScrollOffset.X, dataGridView1.AutoScrollOffset.Y);

nothing happens. Any suggestions? Thanks!

  • 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-17T21:35:28+00:00Added an answer on June 17, 2026 at 9:35 pm

    According to AutoScrollOffset Documentation :

    A Point specifying the scroll location. The default is the upper-left
    corner of the control.

    So just Do this :

    Point PT = dataGridView1.AutoScrollOffset;
    

    You might also want to try this :

    Point PT = New Point(dataGridView1.FirstDisplayedScrollingRowIndex,dataGridView1.FirstDisplayedScrollingColumnIndex);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I really need help here. I'm desperate at this point. I have NSOperation that
I have a point in a rectangle that I need to rotate an arbitrary
I have a strange problem getting the color of the point that was touched.
I have to open an NSStream to a wifi access point that has only
Before going into the details of this question, I'd like to point out that
My problem is this: I am getting a TFS build failure that I have
I have ended up with a constructor that looks like this whilst attempting to
I have a BufferedImage with an IndexColorModel. I need to paint that image onto
I have different urls that points to the same code www.url1.com www.url2.com I need
I make an app that have to printing image. I need to print image

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.