scrollable form 
Author Message
 scrollable form

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)?

thx in advance.



Tue, 02 Nov 2004 04:30:05 GMT  
 scrollable form

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



Tue, 02 Nov 2004 21:08:57 GMT  
 scrollable form
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



Wed, 03 Nov 2004 01:53:10 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Create Scrollable Forms with Power Form Scroll OCX

2. scrollable form

3. Scrollable Forms

4. Scrollable Forms?

5. Scrollable Forms

6. Scrollable form and picturebox

7. Scrollable form?

8. scrollable forms

9. Scrollable Forms?

10. Scrollable form

11. Scrollable form?

12. Scrollable Forms To display Access Tables!!

 

 
Powered by phpBB® Forum Software