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