Gets or sets the minimum size of the auto-scroll.
Syntax
'Declaration
Public Property AutoScrollMinSize As Size
public Size AutoScrollMinSize {get; set;}
Property Value
A
System.Drawing.Size that determines the minimum size of the virtual area through which the user can scroll.
See Also