Changing detail section height

  • Thread starter Thread starter Max Moor
  • Start date Start date
M

Max Moor

Hi All,
I have a form for which I want the detail section to change height
with the height of the thing I have displayed there. I'm trying this in
Visual Basic. I try to set Me.Detail.Height = XXX, but nothing happens.
I've set CanGrow and CanShrink to yes.

Is this one of those things you can only do in design view? If so,
what is the simplest code to hide the form, switch to design views, and
make it visible again, without closing it? If this isn't the answer, can
anyone give me any clues about why it doesn't change?

Max
 
Back
Top