Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ScrollableControl::AutoScrollMinSize Property

 

Gets or sets the minimum size of the auto-scroll.

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

public:
property Size AutoScrollMinSize {
	Size get();
	void set(Size value);
}

Property Value

Type: System.Drawing::Size

A Size that determines the minimum size of the virtual area through which the user can scroll.

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: