SplitContainer::IsSplitterFixed Property
.NET Framework (current version)
Gets or sets a value indicating whether the splitter is fixed or movable.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the splitter is fixed; otherwise, false. The default is false.
Use the IsSplitterFixed property to enable or disable splitter movement. For example, you might programmatically set 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 SplitContainer must remain constant, and set IsSplitterFixed to false when those circumstances do not apply.
.NET Framework
Available since 2.0
Available since 2.0
Show: