Click here to Skip to main content
15,890,376 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to assign auto scroll bar to a panel control in windows form application, when i set auto scroll property true. the scroll bar not appeared please help.
Posted

1 solution

Hi You can use Panel, TabControl or SplitContainer control as container and place all of you contros into it. Set the AutoScroll property of Panel control to true for getting scroll bar on the form. Dock the Panel control to Fill so that it appear on entire form.

Note:IF u Dock the panel then only scroll bar appear.if main window small then panel then scroll bar appear.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900