StatusBarPanelAutoSize

Wisej.Web.StatusBarPanelAutoSize

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.

public enum StatusBarPanelAutoSize : Enum

Fields

NameDescription

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

NameDescription

Returns or sets whether the status bar panel is automatically resized.

Last updated