You can use the CanShrink property to control the appearance of sections or controls on forms and reports that are printed or previewed. For example, if you set the property to Yes, a section or control automatically adjusts vertically to print or preview all the data the section or control contains.
Notes
Read/write Boolean.
expression.CanShrink
expression Required. An expression that returns one of the objects in the Applies To list.
The CanShrink property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True | The section or control shrinks vertically so that the data it contains can be printed or previewed without leaving blank lines. |
No | False | (Default) The section or control doesn't shrink. |
For controls, you can set the default for this property by using the default control style or the DefaultControl method in Visual Basic.
This property setting id read-only in a macro or Visual Basic in any view but Design view.
You can use this property to control the appearance of printed forms and reports. When you set the property to Yes, the object automatically adjusts so any amount of data can be printed. When a control shrinks, the controls below it move up the page.
If you set a control's CanShrink property to Yes, Microsoft Access does not set the section's CanShrink property to Yes.
Sections shrink vertically across their entire width. For example, suppose a form has two text boxes side by side in a section, and each control has its CanShrink property set to Yes. If one text box contains one line of data and the other text box contains two lines of data, both text boxes will be two lines long because the section is sized across its entire width. To shrink the data independently, you can place two subform or subreport controls side by side, and set their CanShrink property to Yes.
When you use the CanShrink property, remember that: