SplitContainer::AutoSize Property
This API supports the product infrastructure and is not intended to be used directly from your code.
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)
public: [BrowsableAttribute(false)] property bool AutoSize { virtual bool get() override; virtual void set(bool value) override; }
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.
Available since 2.0