Scrollable Frame

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am desiging a form that needs to include a scrollable section with many
textboxes inside this area. What would be the best method for doing this.
Can frames be scrollable? Is there any other control I could you that would
allow me to be as flexible as needed.
 
I don't know how flexible you have to be but a frame is definitely
scrollable. Make sure you set the Scrollbars property on (Horizontal,
Vertical, Both) and that the Scrollheight property is set to something
greater than the height of the frame (for vertical scrolling).

--
Jim Rech
Excel MVP
|I am desiging a form that needs to include a scrollable section with many
| textboxes inside this area. What would be the best method for doing this.
| Can frames be scrollable? Is there any other control I could you that
would
| allow me to be as flexible as needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top