resizing tab page

  • Thread starter Thread starter Neil Greenough
  • Start date Start date
N

Neil Greenough

I have a tab page in a form that has 4 pages on it. There is an overlap
after the 4th page so I want to decrease the width of the tab pages. I have
tried draggin it in, but it just stays stuck as if it is set to that width.

Any ideas?
 
Neil Greenough said:
I have a tab page in a form that has 4 pages on it. There is an overlap after
the 4th page so I want to decrease the width of the tab pages. I have tried
draggin it in, but it just stays stuck as if it is set to that width.

Any ideas?

You can only move the side in until it "hits" something that is sitting there.
You will have to move that something or reduce its size.
 
You have Control(s) on the TabPages that prevent the TabControl from being
resized to a smaller size. You need to check each TabPage and move the
offending Controls before you can reduce the size of the TabControl.

HTH
Van T. Dinh
MVP (Access)
 

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