Tabs Control

  • Thread starter franklinbukoski
  • Start date
F

franklinbukoski

When I click on a Tab and it opens the form shifts down a bit, and you have
to scroll up to see the tabs.

How do I get the form to show the tab and the entire form content. Is there
a certain form height that must be adhered to?

I've adjusted the height so that when you see the tabs you still see the
whole form, but when I click on the tab it still shifts the tab headers out
of view.
 
J

JamesDeckert

Is there a certain form height that must be adhered to?
This depends on your screen size and resolution.
You are right in assuming it is the size of the form. Go into design view
and make the form shorter until it doesn't give you the problem. I'm sure it
could be calculated from your screen size and DPI, but I don't have that
formula at hand. If it is going to be used on a different computer, you'll
have the same problem.

HTH,
James
 
Top