Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a panel which is very large. I want to add vertically scroll bar.
I tried:
Page.AutoScroll = true;

But the scroll has the size of the panel. I cant see the entire Panel by just using the scrollbar of the panel. How can I make it smaller. Or what should I do the view entire panel without using the windows form autoscrollbar.
Posted
Updated 24-Dec-12 2:05am
v2

1 solution

The whole idea of a scrollbar is to let you look at parts which do not fit: it is not intended to to make everything in in visible at once. The only way you could do that is to make each of the items in the Panel smaller and closer together - which in extreme cases means that they end up too small to see.
 
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