J
Just Me
If I change autoscrollposition thusly:
ControlPanel1.AutoScrollPosition = New
Point(-Panel1.AutoScrollPosition.X, -Panel1.AutoScrollPosition.Y -
lIncrement)
it works OK.
But if I mousedown on the control that is on Panel1 the thumb move to the
top of its range.
Anyone have any idea why?
Thanks
ControlPanel1.AutoScrollPosition = New
Point(-Panel1.AutoScrollPosition.X, -Panel1.AutoScrollPosition.Y -
lIncrement)
it works OK.
But if I mousedown on the control that is on Panel1 the thumb move to the
top of its range.
Anyone have any idea why?
Thanks