Sets a value indicating whether the panel has a fixed-width, a width that is determined by the panel's contents, or a width that adjusts to share space on the status bar with other panels.
public void setAutoSize( int autoSize )
autoSize
An integer that represents how the panel autosizes when the status bar resizes. Possible values are constants defined in the StatusBarPanelAutoSize class. The default value is StatusBarPanelAutoSize.NONE.
WFCInvalidEnumException thrown if the specified value is not a valid StatusBarPanelAutoSize constant.
See Also getAutoSize