Setting Tab Control TOP property is restricted

M

Marc

Hi,

In Access 2002 whenever I try to set the
Top property in of a TAB control either
in code like this

We start with these values ' In twips

Me.tabCtl0.Height is 7140
Me.TabCtl0.Top is 1575

Then run this code using a combo box not
on the Tab Control


Me.TabCtl0.Top = 2520

After running this the property values
are as follows:

Me.tabCtl0.Height is 8070
Me.TabCtl0.Top is 1590

So the Tab height grows when I did not
set it and the Tab Top does not
move down enough.

Then going the other way moving
Changing the Tab Top proper from

A higher number to a lower number
I don't have a problem.

There are other controls above the TAB
control, a list box, a couple of text boxes
and some combo lists

The end goal is to let the users with higher resolution
screen be able to increase the height of the list box
but the Tab control needs to be moved
down to be able to do that.

Any help would be appreciated.

Thanks,

Marc
 

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

Top