StatusStrip::Stretch Property
.NET Framework (current version)
Gets or sets a value indicating whether the StatusStrip stretches from end to end in its container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the StatusStrip stretches from end to end in its ToolStripContainer; otherwise, false. The default is true.
The following code example demonstrates a StatusStrip with various common properties set, including the Stretch property.
.NET Framework
Available since 2.0
Available since 2.0
Show: