Sometimes when designing a user form, there is too much information and you have to use a (vertical) scrollview to show all the views.
However designing this layout in the designer (i use the abstract one) is quite hard, as there is no scrollbar to move up and down along the layout.
I usually zoom-out as much as a i can so i can get all the information on the screen, but it would be better if we could scroll.
Thanks,
In these cases I put all views on a Panel higher than the screen and 'scroll' by changing the Top property of the Panel.
Don't forget to set Top back to 0 when you are finished.