scrolling all the controls inside Panel while holding and scrolling panel's scroll bar at same time.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Can anyone help me? I would really appreciate
I am trying to scroll Groupboxes inside the panel when i hold panel's scroll bar and drag up and down. Such as Internet explorer where you can hold the scroll bar and drag up down which causes the material to move at the same time up and down
Thank
Amrit.
 
Hello,

Set the AutoScroll property of the Panel to True.

Any controls that are not visible, the relevant scrollbars will be shown and
handle all the scrolling for you.

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
-
 
Thanks Jeff. I have set the AutoScroll property to True. Scroll bars are visible and it works fine. The only thing i am not able to do is when i hold the scroll bar and drag up or down ,at the same time the Controls inside suppose to move. it only moves when i hold the scroll bar and move up or down and stop
Amrit
 
Back
Top