resizing tab page

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

Rick Brandt

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.
 
V

Van T. Dinh

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