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
 
Back
Top