StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
- C#
- VB.NET
public enum StatusBarPanelAutoSize : Enum
Public Enum StatusBarPanelAutoSize As [Enum]
Fields
| Name | Description |
|---|---|
| Contents | The width of the StatusBarPanel is determined by its contents. |
| None | The StatusBarPanel does not change size when the StatusBar control resizes. |
| Spring | The StatusBarPanel uses the available space on the StatusBar (the space not taken up by other panels whose AutoSize property is set to None or Contents) and shares it with other panels that have their AutoSize property set to Spring. |
Used By
| Name | Description |
|---|---|
| StatusBarPanel.AutoSize | Returns or sets whether the status bar panel is automatically resized. |