0 out of 1 rated this helpful - Rate this topic

ScrollableControl.AutoScrollMinSize Property

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

[Visual Basic]
Public Property AutoScrollMinSize As Size
[C#]
public Size AutoScrollMinSize {get; set;}
[C++]
public: __property Size get_AutoScrollMinSize();
public: __property void set_AutoScrollMinSize(Size);
[JScript]
public function get AutoScrollMinSize() : Size;
public function set AutoScrollMinSize(Size);

Property Value

A Size object that represents the minimum height and width of the scrollbars in pixels.

Remarks

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ScrollableControl Class | ScrollableControl Members | System.Windows.Forms Namespace | AutoScroll | AutoScrollMargin | AutoScrollPosition

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.