tabstrip,scrolllbar related

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

Guest

Is it possible to put a scroll bar on tabstrip control ?,If not what is the
alternate way? I am having a long field names list (text boxes)to include in
tabstrip control.
or tabstrip control with frame and scrollbar?
 
If the tabstrip control width is not wide enough to include all the tabs a
pair of left/right arrows is automatically added to scroll between tabs.

If the width is not wide enough to hold all the controls on a tab, add a
frame.

Make both the frame and tabstrip wide enough to accommodate everything.
Select the frame before adding controls.
Frame property ScrollBars > 1 horizontal
Frame property ScrollWidth > the wide enough frame width
Resize the frame, narrower to suit
Resize the tab control narrower, to suit

similar for vertical if necessary

Regards,
Peter T
 

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

Similar Threads


Back
Top