PrintPreviewDialog::AutoScrollMinSize Property

 
Use BaseTrue

Gets or sets the minimum size of the automatic scroll bars.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Size AutoScrollMinSize {
	Size get();
	void set(Size value);
}

Property Value

Type: System.Drawing::Size

A Size that represents the minimum height and width, in pixels, of the scroll bars.

The AutoScrollMinSize property is used to manage the screen size allocated to the automatic scroll bars.

.NET Framework
Available since 1.1
Return to top
Show: