In the Designer you could define a layout where you have a Panel, even heigher than the screen, put all the views onto this Panel and load the layout file into the internal scrollview panel with ScrollView1.Panel.LoadLayout("MyLayout").
To show the lower part of the panel in the Designer set a negative value to the panel's Top property.
Don't forget to set ScrollView1.Panel.Height = LayoutPanel.Height after having loaded the layout.
Best regards.