Can't Shrink the Height of the Details or a Page control

W

Warren

I am having trouble reducing the height of a form.
If I try to type in a value in the Height property that is lower than
the current value, when I close the Property window, the old value
is maintained. I've tried reducing the height of the Page on the screen
but that won't reduce in height either.
I can change the width, but not the height.
Drag and drop using the mouse doesn't move the height either.

Any ideas?
 
D

Dirk Goldgar

Warren said:
I am having trouble reducing the height of a form.
If I try to type in a value in the Height property that is lower than
the current value, when I close the Property window, the old value
is maintained. I've tried reducing the height of the Page on the
screen but that won't reduce in height either.
I can change the width, but not the height.
Drag and drop using the mouse doesn't move the height either.

Any ideas?

You can't adjust the height of the form itself, only the height of each
individual section. If you can't reduce the height of the Detail
section, is there perhaps a control that extends down to the bottom of
the section? If so, you have to move or shorten that control first.
 

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