MinHeight, MinWidth Properties

       

Returns or sets the minimum height or width of the Viewport at which scrollbars will appear on the container.

Syntax

object.MinHeight = single

object.MinWidth = single

Part Description
object An object expression that evaluates to an object in the Applies To list.
single The height or width of a UserDocument at which scrollbars will appear on a container.

Remarks

The default values of the MinHeight and MinWidth properties are set by the Height and Width properties of the UserDocument.

The MinWidth and MinHeight have no effect if the ScrollBars property is set to False.