Skip to main content
Version: 3.5

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
ContentsThe width of the StatusBarPanel is determined by its contents.
NoneThe StatusBarPanel does not change size when the StatusBar control resizes.
SpringThe 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
StatusBarPanel.AutoSizeReturns or sets whether the status bar panel is automatically resized.