AutoScrollPosition, bug ?

  • Thread starter Thread starter Gawelek
  • Start date Start date
G

Gawelek

int x = AutoScrollPosition.X ;
int y = AutoScrollPosition.Y;

Now If I want to set scroll to the same postions, I have to do this :

AutoScrollPosition = new Point(-x, -y);

Why do I get negative and I have to set positive numbers?????


Gawel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top