System.Windows.Forms.SplitContainer.IsSplitterFixed Property

Gets or sets a value indicating whether the splitter is fixed or movable.

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Localizable(true)]
public bool IsSplitterFixed { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the SplitContainer.IsSplitterFixed property to enable or disable splitter movement. For example, you might programmatically set SplitContainer.IsSplitterFixed to true when refreshing the display, when some other control has the focus, or when an event is occurring for which the display areas divided by the System.Windows.Forms.SplitContainer must remain constant, and set SplitContainer.IsSplitterFixed to false when those circumstances do not apply.

Requirements

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