C
Charles A. Lackman
Hello,
I have a panel on a form that holds a large number of controls. When I
scroll the panel down and leave the form and then come back, the panel is
still in the last position I left it. Is there a way to make the panel go
back to the top position.
I have tried the following with no success.
Dim APoint as Point
APoint = New Point(0, 0)
frm1Main.Panel1.AutoScrollPosition = APoint
Any Suggestions will be greatly appreciated,
Chuck
I have a panel on a form that holds a large number of controls. When I
scroll the panel down and leave the form and then come back, the panel is
still in the last position I left it. Is there a way to make the panel go
back to the top position.
I have tried the following with no success.
Dim APoint as Point
APoint = New Point(0, 0)
frm1Main.Panel1.AutoScrollPosition = APoint
Any Suggestions will be greatly appreciated,
Chuck