SplitContainer.AutoSize Property
Gets or sets a value indicating whether the SplitContainer is automatically resized to display its entire contents. This property is not relevant to this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Booleantrue if the SplitContainer is automatically resized; otherwise, false.
The contents of a control may change for many reasons; including display data changes; addition of child controls; layout and padding changes; or system font, language, or resolution changes. If the AutoSize property is set to true, the SplitContainer will resize automatically to encompass its contents, although it will never be resized to be smaller than its original Size. This operation will maintain the control’s Padding. This property is not relevant to this class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.