Click here to Skip to main content
15,905,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi In design mode I put several controls on form (or on panel in a form).
All controls couldn’t be shown in a glance. Some of them must put a corner of form. But in design mode I couldn’t access to outside. My problem will be resolved If it is possible to use from scroll in design mode.
Is there anyway which I could use scroll of form or panel in design mode?
How can I do this?

Thanks very much
Posted
Comments
syed shanu 20-Aug-13 2:01am    
Set your Form 'AutoScroll=true' in form property.
Hope this will solve your question

1 solution

IF you have all the design inside a panel than

set
autoscroll= true


or put your specific design in a div and set the following property.

CSS
overflow:scroll (for both side scrolls)

overflow-y:scroll (for vertical scrolls)

overflow-x:scroll (for vertical scrolls)
 
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