Update: I've still
not found a way to make the bottom side of the middle panel automatically
resize its height when the form is resized as all the other panels do. I've
attempted to use the form's Resize event to programmatically change the height
of the panel, but this causes such an enormous drag on the redraw that
all of the icons on my desktop flash each time the form changes
size.
One other question: how can I get rid of the
caption (title) bar on a panel? Removing all buttons and blanking the Text
property only leaves a blank caption bar (see middle panel below). I want the
bar gone completely.
Thanks.