This documentation is archived and is not being maintained.
ScrollableControl.AutoScrollMinSize Property
.NET Framework 1.1
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
Show: