SplitterPanel.AutoSize Property

Definition

Gets or sets a value that indicates whether the SplitterPanel is automatically resized to display its entire contents. This property is not relevant to this class.

public:
 property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

Property Value

true if the SplitterPanel is automatically resized; otherwise, false.

Attributes

Applies to