i was confused. i was putting a panel on a form and made that
"autoscrollable". i was not aware that the form had the same property - thus
removing the need for the panel. after setting the form to autoscrollable,
the scroll bars did appear and i could scroll the form in design mode.
thx for the tip.
Quote:
> > i have a form that has panel on it that is marked as
> > autoscrollable. i can manually add controls (via code) to place
> > them past the visible portion of the form (it's non-visible in
> > vb design mode) which will then automatically display the
> > vertical scroll bars to make the controls visible when i execute
> > the app.
> > my question is, i have a lot of controls to add and manually
> > adding them is rather time consuming. is there an easier way of
> > doing it (e.g., some how scrolling the form downward in design
> > mode and adding controls like i always do in vb)?
> Hmmm... when you set Form.autoscroll=True, there are scrollbars at design
> time, too. I do not understand your specific problem: You say, it's time
> consuming to add controls manually. But even with scrollbars you have to
add
> them manually.
> Armin