System.Windows.Forms.SplitContainer.AutoSize Property

Gets or sets a value indicating whether the System.Windows.Forms.SplitContainer is automatically resized to display its entire contents. This property is not relevant to this class.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public override bool AutoSize { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 SplitContainer.AutoSize property is set to true, the System.Windows.Forms.SplitContainer will resize automatically to encompass its contents, although it will never be resized to be smaller than its original System.Drawing.Size. This operation will maintain the control’s SplitContainer.Padding. This property is not relevant to this class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0