"Resize with form" property on custom controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On a form based on the Message form (IPM.Note), the Message control resizes
vertically and horizontally when the form is resized.

With other controls (e.g. frames or Outlook View Controls), ticking the
"Resize with Form" box makes the control resize horizontally, but not
vertically. Can this behaviour be changed in any way?

TIA

Vaughan
 
Note that setting the LayoutFlags property in runtime code will cause the form to one-off. Therefore, you should use it only to set a value while in design mode.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top